jiuuee commited on
Commit
257f6b1
·
verified ·
1 Parent(s): b7a5199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -37,5 +37,4 @@ if __name__ == "__main__":
37
  inputs=gr.inputs.Audio(capture= capture_audio, label="Speak Here"),
38
  outputs=gr.outputs.Audio(type="audio", label="Assistant's Response"),
39
  title="AI Assistant",
40
- description="An AI Assistant that answers questions based on your speech input.")
41
- .launch()
 
37
  inputs=gr.inputs.Audio(capture= capture_audio, label="Speak Here"),
38
  outputs=gr.outputs.Audio(type="audio", label="Assistant's Response"),
39
  title="AI Assistant",
40
+ description="An AI Assistant that answers questions based on your speech input.").launch(inbrowser=True)