Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
None1145
/
OpenVINO-Text-to-Image
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
None1145
commited on
Nov 26, 2024
Commit
ab16c0f
·
verified
·
1 Parent(s):
034e273
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -174,4 +174,4 @@ with gr.Blocks() as img:
174
)
175
176
if __name__ == "__main__":
177
-
img.
launch
(timeout=None)
174
)
175
176
if __name__ == "__main__":
177
+
img.
queue
(
max_size=10,
timeout=None)
.launch()