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
5d4125c
·
verified
·
1 Parent(s):
feb9f2f
fix queue bug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -170,6 +170,6 @@ with gr.Blocks(css=custom_css, title="Reka Flash 3") as demo:
170
js=js
171
)
172
173
-
demo.queue(
concurrency_count
=1)
174
175
demo.launch()
170
js=js
171
)
172
173
+
demo.queue(
concurrent_count
=1)
174
175
demo.launch()