Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dpngtm
/
Audio-Emotion-Recognition
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dpngtm
commited on
Nov 4, 2024
Commit
56813b6
·
verified
·
1 Parent(s):
6d09264
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -109,6 +109,8 @@ interface = gr.Interface(
109
"""
110
)
111
112
if __name__ == "__main__":
113
interface.launch(
114
share=True,
109
"""
110
)
111
112
+
113
+
114
if __name__ == "__main__":
115
interface.launch(
116
share=True,