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
034e273
·
verified
·
1 Parent(s):
1ce5a32
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()
174
)
175
176
if __name__ == "__main__":
177
+
img.launch(
timeout=None
)