Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xhxhkxh
/
sdp
like
1
Runtime error
App
Files
Files
Community
xhxhkxh
commited on
Apr 29, 2023
Commit
3f314bd
•
1 Parent(s):
94f29ff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ def gen(text):
6
7
gr.Interface(fn=gen,inputs='text'
8
,outputs='image'
9
-
)
6
7
gr.Interface(fn=gen,inputs='text'
8
,outputs='image'
9
+
)
.launch()