Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
noblebarkrr
/
vbach_lite_ui
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
noblebarkrr
commited on
Jan 28
Commit
e883a21
·
verified
·
1 Parent(s):
cfb7d58
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -249,4 +249,4 @@ with gr.Blocks() as demo:
249
)
250
251
if __name__ == "__main__":
252
-
demo.launch()
249
)
250
251
if __name__ == "__main__":
252
+
demo.launch(
server_name="0.0.0.0", server_port=7860
)