Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reflex-ai
/
Reka-Flash-3-Demo
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
saneowl
commited on
Mar 18
Commit
feb9f2f
·
verified
·
1 Parent(s):
de624eb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -170,4 +170,6 @@ with gr.Blocks(css=custom_css, title="Reka Flash 3") as demo:
170
js=js
171
)
172
173
demo.launch()
170
js=js
171
)
172
173
+
demo.queue(concurrency_count=1)
174
+
175
demo.launch()