ldkong commited on
Commit
d2bf1cc
β€’
1 Parent(s): 8347990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -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()