paulcalzada commited on
Commit
0673272
·
verified ·
1 Parent(s): ff79fff

Update app.py

Browse files

removed gpt-4o-mini as option

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
45
  with gr.Column(scale=2):
46
  with gr.Row():
47
  model_choice = gr.Dropdown(
48
- choices=["gpt-4o", "gpt-4o-mini", "gpt-4.1", "gpt-5-chat-latest"],
49
  value="gpt-4o",
50
  label="Model"
51
  )
 
45
  with gr.Column(scale=2):
46
  with gr.Row():
47
  model_choice = gr.Dropdown(
48
+ choices=["gpt-4o", "gpt-4.1", "gpt-5-chat-latest"],
49
  value="gpt-4o",
50
  label="Model"
51
  )