Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chandrakalagowda
/
Texttoimagegradio
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
chandrakalagowda
commited on
Jul 5, 2023
Commit
749cd15
·
1 Parent(s):
86d1dd3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -170,4 +170,4 @@ interface = gradio.Interface(search,
170
)
171
172
173
-
interface.launch(
inline=True, share=True
)
170
)
171
172
173
+
interface.launch()