Spaces:
Sleeping
Sleeping
Henry Qu
commited on
Commit
•
5bffb3b
1
Parent(s):
d48ad83
modified: app.py
Browse files
app.py
CHANGED
@@ -53,9 +53,8 @@ if __name__ == "__main__":
|
|
53 |
with gr.Column():
|
54 |
video_output_3 = gr.Video()
|
55 |
with gr.Row():
|
56 |
-
submit_button = gr.Button(value="
|
57 |
|
58 |
submit_button.click(search_and_show_video, search_input,
|
59 |
outputs=[video_output_1, video_output_2, video_output_3])
|
60 |
-
|
61 |
demo.launch()
|
|
|
53 |
with gr.Column():
|
54 |
video_output_3 = gr.Video()
|
55 |
with gr.Row():
|
56 |
+
submit_button = gr.Button(value="Search")
|
57 |
|
58 |
submit_button.click(search_and_show_video, search_input,
|
59 |
outputs=[video_output_1, video_output_2, video_output_3])
|
|
|
60 |
demo.launch()
|