Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Geonmo/socratic-models-image-captioning-with-BLOOM
cagataydag
/
scr
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cagataydag
commited on
Apr 10, 2023
Commit
d1d2cad
·
1 Parent(s):
7f80d04
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -286,4 +286,4 @@ if __name__ == '__main__':
286
article=article,
287
examples=examples,
288
#examples_per_page=50,
289
-
).launch()
286
article=article,
287
examples=examples,
288
#examples_per_page=50,
289
+
).launch(
enable_queue=False
)