Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TeamTonic
/
TonicsYI-6B-200k
like
4
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Tonic
commited on
Nov 22, 2023
Commit
173da86
·
1 Parent(s):
deda174
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -228,4 +228,4 @@ with gr.Blocks(theme='ParityError/Anime') as demo:
228
api_name=False,
229
)
230
231
-
demo.queue(
max_size=32
).launch(show_api=True)
228
api_name=False,
229
)
230
231
+
demo.queue().launch(show_api=True)