Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BlitzenPrancer
/
sg
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BlitzenPrancer
commited on
Jun 3, 2023
Commit
6df156d
·
1 Parent(s):
77e6699
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -23,3 +23,5 @@ iface = gr.Interface(
23
description=desc
24
)
25
iface.launch()
23
description=desc
24
)
25
iface.launch()
26
+
27
+
iface.launch(port=7861)