syingxi commited on
Commit
6d49c7d
·
verified ·
1 Parent(s): 719fe14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[0])
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)