Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,10 +205,10 @@ with block:
|
|
| 205 |
)
|
| 206 |
model_type = gr.Dropdown(
|
| 207 |
choices=[
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 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 |
-
|
| 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"],
|