PierreHanna commited on
Commit
001b9b0
1 Parent(s): fa91dff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = html = gr.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])