Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
|
|
|
| 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():
|