Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
projecte-aina
/
transcripcio-fonetica-catala
like
1
Running
App
Files
Files
Community
ccoreilly
commited on
Apr 30, 2023
Commit
4e5413c
•
1 Parent(s):
aa00ca9
defineix port explícit
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -96,4 +96,4 @@ iface = gr.Interface(
96
layout="vertical",
97
live=False
98
)
99
-
iface.launch(
share
=
False
)
96
layout="vertical",
97
live=False
98
)
99
+
iface.launch(
server_name
=
"0.0.0.0", server_port=7860
)