PierreHanna commited on
Commit
8bf36d3
1 Parent(s): 69eed8c

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
  top1 = gr.Audio(label="top1", show_label=True)
110
- id = gr.outputs.Textbox(label="Identification", show_label=True)
111
  id_html = html = gr.HTML()
112
 
113
  analyze_url_btn.click(process_url, inputs=[audio_url_input],
 
107
  with gr.Row():
108
  with gr.Column():
109
  top1 = gr.Audio(label="top1", show_label=True)
110
+ id = gr.outputs.Textbox(label="Identification")
111
  id_html = html = gr.HTML()
112
 
113
  analyze_url_btn.click(process_url, inputs=[audio_url_input],