ldkong commited on
Commit
9e0460a
·
1 Parent(s): 5540846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def sampler(body, bottomwear, hair, topwear):
18
  demo = gr.Interface(
19
  sampler,
20
  [gr.Radio(["body", "bottomwear", "hair", "topwear"])],
21
- img_name
22
  live=True,
23
  )
24
 
 
18
  demo = gr.Interface(
19
  sampler,
20
  [gr.Radio(["body", "bottomwear", "hair", "topwear"])],
21
+ img_name,
22
  live=True,
23
  )
24