Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xhxhkxh
/
sdp
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xhxhkxh
commited on
Apr 29, 2023
Commit
07272f1
·
1 Parent(s):
7f5e008
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,5 +5,5 @@ def gen(text):
5
return pipeline(text).images[0]
6
7
gr.Interface(fn=gen,inputs='text'
8
-
outputs='image'
9
)
5
return pipeline(text).images[0]
6
7
gr.Interface(fn=gen,inputs='text'
8
+
,
outputs='image'
9
)