Update app.py
Browse files
app.py
CHANGED
@@ -285,6 +285,9 @@ def app_gradio():
|
|
285 |
person_image = gr.ImageEditor(
|
286 |
interactive=True, label="Person Image", type="filepath"
|
287 |
)
|
|
|
|
|
|
|
288 |
|
289 |
# Ảnh quần áo
|
290 |
with gr.Row():
|
|
|
285 |
person_image = gr.ImageEditor(
|
286 |
interactive=True, label="Person Image", type="filepath"
|
287 |
)
|
288 |
+
# Debug. Input from
|
289 |
+
print(person_image)
|
290 |
+
|
291 |
|
292 |
# Ảnh quần áo
|
293 |
with gr.Row():
|