Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lczerolens
/
lczerolens-backends-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Xmaster6y
commited on
8 days ago
Commit
e32c3e9
·
1 Parent(s):
208fad8
default launch
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -18,7 +18,4 @@ demo = gr.TabbedInterface(
18
)
19
20
if __name__ == "__main__":
21
-
demo.launch(
22
-
server_port=8000,
23
-
server_name="0.0.0.0",
24
-
)
18
)
19
20
if __name__ == "__main__":
21
+
demo.launch(
)