Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
Salesforce/BLIP2
hysts
/
BLIP2
like
160
Running
on
Zero
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
hysts
HF Staff
commited on
Jun 21, 2023
Commit
4a5f12f
·
1 Parent(s):
481e2b4
Update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -293,4 +293,4 @@ with gr.Blocks(css='style.css') as demo:
293
queue=False,
294
)
295
296
-
demo.queue(
api_open=False,
max_size=10).launch()
293
queue=False,
294
)
295
296
+
demo.queue(max_size=10).launch()