Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Skywork
/
SkyCaptioner-V1
like
4
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
pinoo
commited on
May 7
Commit
755d5b9
·
1 Parent(s):
59e876c
update
Browse files
Files changed (1)
hide
show
app.py
+1
-5
app.py
CHANGED
Viewed
@@ -83,8 +83,4 @@ with gr.Blocks() as demo:
83
label="Example Videos"
84
)
85
86
-
demo.launch(
87
-
server_name="0.0.0.0",
88
-
server_port=7872,
89
-
share=False
90
-
)
83
label="Example Videos"
84
)
85
86
+
demo.launch(
)