Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lczerolens
/
lczerolens-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Xmaster6y
commited on
6 days ago
Commit
ee3c59e
·
1 Parent(s):
f124b36
default launch
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -34,7 +34,4 @@ demo = gr.TabbedInterface(
34
35
36
if __name__ == "__main__":
37
-
demo.launch(
38
-
server_port=8000,
39
-
server_name="0.0.0.0",
40
-
)
34
35
36
if __name__ == "__main__":
37
+
demo.launch(
)