Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minoD
/
JURAN
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
minoD
commited on
Jan 6
Commit
f19fc86
·
1 Parent(s):
b7177e6
delete server name
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -78,4 +78,4 @@ iface = gr.Interface(
78
)
79
80
if __name__ == "__main__":
81
-
iface.launch(
server_name="0.0.0.0",
share=True)
78
)
79
80
if __name__ == "__main__":
81
+
iface.launch(share=True)