Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def create_gradio_interface():
|
|
115 |
submit_button = gr.Button("Generate", variant="primary")
|
116 |
|
117 |
# Define the action for the button press
|
118 |
-
submit_button.click(fn=
|
119 |
inputs=[video_url_input, output_type],
|
120 |
outputs=[output_text])
|
121 |
|
|
|
115 |
submit_button = gr.Button("Generate", variant="primary")
|
116 |
|
117 |
# Define the action for the button press
|
118 |
+
submit_button.click(fn=get_result,
|
119 |
inputs=[video_url_input, output_type],
|
120 |
outputs=[output_text])
|
121 |
|