Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rahul7star/InstaVideo
rohitkatyal
/
InstaVideo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rahul7star
commited on
27 days ago
Commit
0c3ea7b
·
verified
·
1 Parent(s):
5f12e83
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -227,4 +227,4 @@ with gr.Blocks() as demo:
227
)
228
229
if __name__ == "__main__":
230
-
demo.queue().launch(
mcp_server=True
)
227
)
228
229
if __name__ == "__main__":
230
+
demo.queue().launch()