Update app.py
Browse files
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)
|
|