Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kidbea
/
Kidbea_Image_Generation
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Anurag Bhardwaj
commited on
Feb 14
Commit
8e19a81
·
verified
·
1 Parent(s):
44932b7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -63,4 +63,4 @@ iface = gr.Interface(
63
)
64
65
if __name__ == "__main__":
66
-
iface.launch()
63
)
64
65
if __name__ == "__main__":
66
+
iface.launch(
share=True
)