Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ohayonguy/PMRF
doevent
/
PMRF
like
0
Running
on
Zero
App
Files
Files
Community
ohayonguy
commited on
Oct 3
Commit
9a7cbfe
•
1 Parent(s):
074436e
trying to fix app
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -163,4 +163,5 @@ demo = gr.Interface(
163
)
164
165
166
-
demo.queue(
max_size=20
)
.launch()
163
)
164
165
166
+
demo.queue()
167
+
demo.launch(state_session_capacity=15)