Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
parasmech
/
Image-Generation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
parasmech
commited on
Jan 25
Commit
52ca3ee
·
verified
·
1 Parent(s):
6d26283
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,5 @@ interface = gr.Interface(
27
description=description,
28
)
29
30
-
gr.launch()
27
description=description,
28
)
29
30
+
if __name__ == "__main__":
31
+
interface.launch()