bhaskartripathi commited on
Commit
0e428b3
1 Parent(s): 2105862

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -255,8 +255,8 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
255
  # Model Selection
256
  model = gr.Radio(
257
  choices=[
258
- 'gpt-4o',
259
  'gpt-4o-mini',
 
260
  'gpt-4',
261
  ],
262
  label='Select Model',
@@ -329,6 +329,4 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
329
  [msg, chatbot]
330
  )
331
 
332
- demo.launch()
333
-
334
-
 
255
  # Model Selection
256
  model = gr.Radio(
257
  choices=[
 
258
  'gpt-4o-mini',
259
+ 'gpt-4o',
260
  'gpt-4',
261
  ],
262
  label='Select Model',
 
329
  [msg, chatbot]
330
  )
331
 
332
+ demo.launch()