Update app.py
Browse files
app.py
CHANGED
@@ -104,4 +104,4 @@ def main(audio):
|
|
104 |
# )
|
105 |
|
106 |
|
107 |
-
app=gr.Interface(title="Sentiment Audio Analysis",fn=main,inputs=gr.Audio(source="microphone"), outputs=["text","text","text"]).launch(debug = True
|
|
|
104 |
# )
|
105 |
|
106 |
|
107 |
+
app=gr.Interface(title="Sentiment Audio Analysis",fn=main,inputs=gr.Audio(source="microphone"), outputs=["text","text","text"]).launch(debug = True)
|