Spaces:
Sleeping
Sleeping
Commit ·
001b9b0
1
Parent(s): fa91dff
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ with gr.Blocks() as demo:
|
|
| 107 |
with gr.Row():
|
| 108 |
with gr.Column():
|
| 109 |
id = gr.outputs.Textbox(label="Identification")
|
| 110 |
-
id_html =
|
| 111 |
|
| 112 |
analyze_url_btn.click(process_url, inputs=[audio_url_input],
|
| 113 |
outputs=[id, id_html])
|
|
|
|
| 107 |
with gr.Row():
|
| 108 |
with gr.Column():
|
| 109 |
id = gr.outputs.Textbox(label="Identification")
|
| 110 |
+
id_html = gr.HTML()
|
| 111 |
|
| 112 |
analyze_url_btn.click(process_url, inputs=[audio_url_input],
|
| 113 |
outputs=[id, id_html])
|