Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SeemG
/
TextToImageFlickrSearch
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SeemG
commited on
Jul 31, 2024
Commit
880b8f3
·
verified
·
1 Parent(s):
609bb88
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ def create_demo():
71
72
if __name__ == "__main__":
73
demo = create_demo()
74
-
demo.launch()
71
72
if __name__ == "__main__":
73
demo = create_demo()
74
+
demo.launch(
debug = True
)