Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mguven61
/
accent-classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mguven61
commited on
15 days ago
Commit
8338d45
·
verified
·
1 Parent(s):
d1d0963
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,5 @@ with gr.Blocks() as interface:
56
outputs=output_text
57
)
58
59
-
interface
.launch()
56
outputs=output_text
57
)
58
59
+
# Launch the
interface
60
+
interface.launch(server_name="0.0.0.0", server_port=7860)