Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="cyan")) a
|
|
59 |
with gr.Row():
|
60 |
with gr.Column(scale=1):
|
61 |
gr.Markdown("### πΈ Carregue uma Imagem")
|
62 |
-
image_input = gr.Image(type="pil", label="Upload de Imagem", height=300
|
63 |
|
64 |
with gr.Column(scale=2):
|
65 |
gr.Markdown("### π Resultados")
|
|
|
59 |
with gr.Row():
|
60 |
with gr.Column(scale=1):
|
61 |
gr.Markdown("### πΈ Carregue uma Imagem")
|
62 |
+
image_input = gr.Image(type="pil", label="Upload de Imagem", height=300) # Removido 'tool="editor"'
|
63 |
|
64 |
with gr.Column(scale=2):
|
65 |
gr.Markdown("### π Resultados")
|