Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ with gr.Blocks(css=custom_css) as ablakom:
|
|
| 79 |
|
| 80 |
with gr.Row():
|
| 81 |
with gr.Column(scale=1):
|
| 82 |
-
input_image = gr.Image(type="
|
| 83 |
|
| 84 |
with gr.Row():
|
| 85 |
clear_btn = gr.Button("Reset")
|
|
|
|
| 79 |
|
| 80 |
with gr.Row():
|
| 81 |
with gr.Column(scale=1):
|
| 82 |
+
input_image = gr.Image(type="file", label="Upload an image...", source="upload", interactive=True, show_label=False)
|
| 83 |
|
| 84 |
with gr.Row():
|
| 85 |
clear_btn = gr.Button("Reset")
|