Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Shriharsh
/
Text_To_Image
like
3
Runtime error
App
Files
Files
Community
1
Shriharsh
commited on
Jul 4, 2023
Commit
db75ef7
•
1 Parent(s):
0d04f18
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -35,5 +35,6 @@ iface = gr.Interface(
35
outputs="image",
36
capture_session=True,
37
)
38
39
-
iface.launch(share=True)
35
outputs="image",
36
capture_session=True,
37
)
38
+
iface.launch()
39
+
40