Spaces:
Running
Running
aliasgerovs
commited on
Commit
·
e1aaa2e
1
Parent(s):
ee92837
Updated - model to test against commented
Browse files
app.py
CHANGED
@@ -287,13 +287,13 @@ with gr.Blocks() as demo:
|
|
287 |
"""
|
288 |
)
|
289 |
|
290 |
-
with gr.Row():
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
|
298 |
with gr.Row():
|
299 |
with gr.Column():
|
|
|
287 |
"""
|
288 |
)
|
289 |
|
290 |
+
# with gr.Row():
|
291 |
+
# models = gr.Dropdown(
|
292 |
+
# model_list,
|
293 |
+
# value=model_list,
|
294 |
+
# multiselect=True,
|
295 |
+
# label="Models to test against",
|
296 |
+
# )
|
297 |
|
298 |
with gr.Row():
|
299 |
with gr.Column():
|