Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -44,7 +44,7 @@ gr.Interface(
|
|
44 |
Just communicate your queries in speech format and this app will take care of the rest.',
|
45 |
fn=voice_chat,
|
46 |
inputs=[
|
47 |
-
gr.Audio(
|
48 |
],
|
49 |
outputs=[
|
50 |
gr.Textbox(label="Summarized Answer"),
|
|
|
44 |
Just communicate your queries in speech format and this app will take care of the rest.',
|
45 |
fn=voice_chat,
|
46 |
inputs=[
|
47 |
+
gr.Audio(sources="microphone", label="Input Voice", type="filepath")
|
48 |
],
|
49 |
outputs=[
|
50 |
gr.Textbox(label="Summarized Answer"),
|