Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ByteDance
/
XVerse
like
11
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
helloworld-S
commited on
7 days ago
Commit
60af241
·
verified
·
1 Parent(s):
48ffa2f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-2
app.py
CHANGED
Viewed
@@ -506,5 +506,6 @@ if __name__ == "__main__":
506
run_on_click=True,
507
label="Examples"
508
)
509
-
510
-
demo.
launch
()
506
run_on_click=True,
507
label="Examples"
508
)
509
+
510
+
demo.
queue
()
511
+
demo.launch(ssr_mode=False)