Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pszemraj
/
small-instruct-streaming
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pszemraj
commited on
Oct 1, 2024
Commit
8120b87
·
verified
·
1 Parent(s):
4ad4e8a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -165,4 +165,4 @@ with gr.Blocks() as demo:
165
model_output,
166
)
167
168
-
demo.queue(max_size=32).launch(
enable_queue=True
)
165
model_output,
166
)
167
168
+
demo.queue(max_size=32).launch()