nvn04 commited on
Commit
a0093c5
·
verified ·
1 Parent(s): a3df609

Update app.py

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