Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,7 +205,7 @@ with gr.Blocks() as interface:
|
|
| 205 |
model_name_1_output = gr.Dropdown(label="Model Name 1", choices=model_names, value=model_names[0])
|
| 206 |
video_output_1 = gr.Video(label="Video 1")
|
| 207 |
with gr.Column():
|
| 208 |
-
model_name_2_output = gr.Dropdown(label="Model Name 2", choices=model_names, value=model_names[
|
| 209 |
video_output_2 = gr.Video(label="Video 2")
|
| 210 |
with gr.Row():
|
| 211 |
feed0 = gr.Button("👈 Model A is better",visible=False)
|
|
|
|
| 205 |
model_name_1_output = gr.Dropdown(label="Model Name 1", choices=model_names, value=model_names[0])
|
| 206 |
video_output_1 = gr.Video(label="Video 1")
|
| 207 |
with gr.Column():
|
| 208 |
+
model_name_2_output = gr.Dropdown(label="Model Name 2", choices=model_names, value=model_names[1])
|
| 209 |
video_output_2 = gr.Video(label="Video 2")
|
| 210 |
with gr.Row():
|
| 211 |
feed0 = gr.Button("👈 Model A is better",visible=False)
|