Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,8 +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"])
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
app.launch(debug = True, share = 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, share = True)
|
|
|
|
|
|
|
|