AI-lim commited on
Commit
05de3e0
·
verified ·
1 Parent(s): d06a7cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ with gr.Blocks(css=custom_css) as demo:
44
 
45
  with gr.Row():
46
  with gr.Column():
47
- input_image = gr.Image(label="Télécharger une image", type="file")
 
48
  analyze_button = gr.Button("Analyser")
49
 
50
  with gr.Column():
 
44
 
45
  with gr.Row():
46
  with gr.Column():
47
+ input_image = gr.Image(label="Télécharger une image", type="pil")
48
+
49
  analyze_button = gr.Button("Analyser")
50
 
51
  with gr.Column():