Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -198,4 +198,4 @@ with gr.Blocks() as demo:
|
|
198 |
search_button.click(handle_video, inputs=word_input, outputs=[video_embed, status_output, transcript_output, summary_output])
|
199 |
stop_button.click(youtube_handler.stop_processing, outputs=status_output)
|
200 |
|
201 |
-
demo.launch(
|
|
|
198 |
search_button.click(handle_video, inputs=word_input, outputs=[video_embed, status_output, transcript_output, summary_output])
|
199 |
stop_button.click(youtube_handler.stop_processing, outputs=status_output)
|
200 |
|
201 |
+
demo.launch(debug=True)
|