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