Spaces:
Sleeping
Sleeping
Commit ·
5236820
1
Parent(s): 001b9b0
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,10 +110,10 @@ with gr.Blocks() as demo:
|
|
| 110 |
id_html = gr.HTML()
|
| 111 |
|
| 112 |
analyze_url_btn.click(process_url, inputs=[audio_url_input],
|
| 113 |
-
outputs=[id, id_html])
|
| 114 |
|
| 115 |
analyze_file_btn.click(process_file, inputs=[audio_input_file],
|
| 116 |
-
outputs=[id, id_html
|
| 117 |
|
| 118 |
demo.queue(concurrency_count=2)
|
| 119 |
demo.launch(debug=True)
|
|
|
|
| 110 |
id_html = gr.HTML()
|
| 111 |
|
| 112 |
analyze_url_btn.click(process_url, inputs=[audio_url_input],
|
| 113 |
+
outputs=[id, id_html, html])
|
| 114 |
|
| 115 |
analyze_file_btn.click(process_file, inputs=[audio_input_file],
|
| 116 |
+
outputs=[id, id_html])
|
| 117 |
|
| 118 |
demo.queue(concurrency_count=2)
|
| 119 |
demo.launch(debug=True)
|