Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ginigen/VEO3-Free
rishi2025
/
VEO3-Free
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rishi2025
commited on
Jul 14
Commit
ef64e4f
·
verified
·
1 Parent(s):
03e7449
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -489,4 +489,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
489
)
490
491
if __name__ == "__main__":
492
-
demo.queue().launch( )
489
)
490
491
if __name__ == "__main__":
492
+
demo.queue().launch(
allowed_paths ='/'
)