Krishnavamshithumma commited on
Commit
4b2a6d1
Β·
verified Β·
1 Parent(s): 5ef46b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(title="Voice Bot: Krishnavamshi Thumma") as demo:
62
 
63
  api_key = gr.Textbox(label="πŸ” OpenAI API Key", type="password")
64
  chatbot = gr.Chatbot(label="🧠 Voice Bot", type="messages")
65
- mic = gr.Audio(source="microphone", type="filepath", label="🎀 Record your question")
66
  clear = gr.Button("Clear chat")
67
  state = gr.State([])
68
 
 
62
 
63
  api_key = gr.Textbox(label="πŸ” OpenAI API Key", type="password")
64
  chatbot = gr.Chatbot(label="🧠 Voice Bot", type="messages")
65
+ mic = gr.Audio(sources=["microphone"], type="filepath", label="🎀 Record your question")
66
  clear = gr.Button("Clear chat")
67
  state = gr.State([])
68