Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shadowlilac
/
shadowlilac-visor
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shadowlilac
commited on
Nov 15, 2023
Commit
8080b3e
·
1 Parent(s):
ffbe23e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ iface = gr.Interface(
23
)
24
25
# Launch the Gradio app
26
-
iface.launch()
23
)
24
25
# Launch the Gradio app
26
+
iface.launch(
server_name='0.0.0.0', server_port=7860
)