Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jmparejaz
/
Audio_to_text_classification
like
5
Runtime error
App
Files
Files
Community
jmparejaz
commited on
Feb 8, 2023
Commit
b64e350
•
1 Parent(s):
d6d47b1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -109,4 +109,4 @@ app=gr.Interface(title="Sentiment Audio Analysis",fn=main,inputs=[audio], output
109
110
111
112
-
app.launch(
Share=True
)
109
110
111
112
+
app.launch()