Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
davanstrien
/
Genstruct-7B
like
8
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
davanstrien
HF staff
commited on
Jun 21, 2024
Commit
72a61f0
·
verified
·
1 Parent(s):
5dfb9fd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -62,4 +62,5 @@ demo = gr.Interface(
62
)
63
64
if __name__ == "__main__":
65
demo.launch()
62
)
63
64
if __name__ == "__main__":
65
+
demo.queue(max_size=10) # <-- Sets up a queue with default parameters
66
demo.launch()