jmparejaz commited on
Commit
d45f169
·
1 Parent(s): 7d443e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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)