Vihang28 commited on
Commit
e687694
1 Parent(s): ee3d057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with block:
73
  with gr.Row():
74
  with gr.Column(scale=0.5):
75
  aud_input = gr.Audio(type="filepath", label="Upload Audio")
76
- # api_input = gr.Textbox(label="Enter Api-key")
77
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
78
  with gr.Column():
79
  chatbot = gr.Chatbot(label="Ask questions about the audio")
 
73
  with gr.Row():
74
  with gr.Column(scale=0.5):
75
  aud_input = gr.Audio(type="filepath", label="Upload Audio")
76
+ api_input = gr.Textbox(label="Enter Api-key")
77
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
78
  with gr.Column():
79
  chatbot = gr.Chatbot(label="Ask questions about the audio")