Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SamanthaStorm
/
Tether
like
1
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
SamanthaStorm
commited on
May 26
Commit
0994bb5
·
verified
·
1 Parent(s):
3e3eec6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -744,5 +744,5 @@ iface = gr.Interface(
744
allow_flagging="manual"
745
)
746
747
-
if __name__ ==
"
__main__
"
:
748
-
iface.launch()
744
allow_flagging="manual"
745
)
746
747
+
iface.launch(server_name=
"
0.0.0.0
"
, server_port=7860)
748
+