Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
talalif
/
MuseV
like
5
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
talalif
commited on
Sep 6, 2024
Commit
d62198c
·
verified
·
1 Parent(s):
b877500
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ with gr.Blocks() as demo:
27
video = gr.Video()
28
button.click(fn=run,outputs=video)
29
30
-
demo.launch(
share=True
)
27
video = gr.Video()
28
button.click(fn=run,outputs=video)
29
30
+
demo.launch()