Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jmparejaz
/
Audio_to_text_classification
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jmparejaz
commited on
Feb 13, 2023
Commit
7d443e6
·
1 Parent(s):
7eb62ed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -108,4 +108,4 @@ app=gr.Interface(title="Sentiment Audio Analysis",fn=main,inputs=gr.Audio(source
108
109
110
111
-
app.launch()
108
109
110
111
+
app.launch(
debug = True, share = True
)