Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
THUDM/CogVideoX-2B-Space
AmpleBasis
/
CogVideoX
like
0
Paused
App
Files
Files
Community
zR
commited on
Aug 5, 2024
Commit
4ebfd89
·
1 Parent(s):
1bd71e3
change launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -212,4 +212,4 @@ with gr.Blocks() as demo:
212
)
213
214
if __name__ == "__main__":
215
-
demo.launch(
server_name="127.0.0.1", server_port=7860, share=True
)
212
)
213
214
if __name__ == "__main__":
215
+
demo.launch()