Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yash911
/
t2i
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yash911
commited on
Aug 20, 2023
Commit
457d474
·
1 Parent(s):
5a69a35
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ iface = gr.Interface(
57
)
58
59
if __name__ == "__main__":
60
-
iface.launch(
share=True
)
57
)
58
59
if __name__ == "__main__":
60
+
iface.launch()