BreakLee commited on
Commit
3ace934
1 Parent(s): 018c4d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -205,10 +205,10 @@ with block:
205
  )
206
  model_type = gr.Dropdown(
207
  choices=[
208
- ModelType.PT.to_str(" : "),
209
- ModelType.FT.to_str(" : "),
210
- ModelType.IFT.to_str(" : "),
211
- ModelType.RL.to_str(" : "),
212
  ],
213
  label="Model type",
214
  multiselect=False,
@@ -230,7 +230,7 @@ with block:
230
  )
231
  LLM_name_textbox = gr.Textbox(
232
  label="LLM model (for other)",
233
- value="LLaMA-13B"
234
  )
235
  Evaluation_dimension = gr.Dropdown(
236
  choices=["All", "Image", "Video"],
 
205
  )
206
  model_type = gr.Dropdown(
207
  choices=[
208
+ "LLM",
209
+ "ImageLLM",
210
+ "VideoLLM",
211
+ "Other",
212
  ],
213
  label="Model type",
214
  multiselect=False,
 
230
  )
231
  LLM_name_textbox = gr.Textbox(
232
  label="LLM model (for other)",
233
+ placeholder="LLaMA-13B"
234
  )
235
  Evaluation_dimension = gr.Dropdown(
236
  choices=["All", "Image", "Video"],