Vihang28 commited on
Commit
32af635
1 Parent(s): d75bbb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with block:
99
  gr.Markdown("""<h1><center>Audio Recognition - Ask and Learn about an Audio</center></h1> """)
100
  with gr.Row():
101
  with gr.Column(scale=0.5):
102
- aud_input = gr.Audio(type="filepath", label="Upload Audio", sources="upload")
103
  api_input = gr.Textbox(label="Enter Api-key")
104
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
105
  with gr.Column():
 
99
  gr.Markdown("""<h1><center>Audio Recognition - Ask and Learn about an Audio</center></h1> """)
100
  with gr.Row():
101
  with gr.Column(scale=0.5):
102
+ aud_input = gr.Audio(type="filepath", label="Upload .mp3 or .wav file", sources="upload")
103
  api_input = gr.Textbox(label="Enter Api-key")
104
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
105
  with gr.Column():