Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ldkong
/
TranSVAE
like
7
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ldkong
commited on
Jul 26, 2022
Commit
d2bf1cc
·
1 Parent(s):
8347990
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -29,3 +29,5 @@ demo2 = gr.Interface(
29
[gr.Radio(["body", "bottomwear", "hair", "topwear"])],
30
live=True,
31
)
29
[gr.Radio(["body", "bottomwear", "hair", "topwear"])],
30
live=True,
31
)
32
+
33
+
demo2.launch()