Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with block as demo:
|
|
100 |
image_input = gr.Image(
|
101 |
type="filepath",
|
102 |
label="Choose Image",
|
103 |
-
|
104 |
elem_id="image_input",
|
105 |
)
|
106 |
with gr.Column():
|
|
|
100 |
image_input = gr.Image(
|
101 |
type="filepath",
|
102 |
label="Choose Image",
|
103 |
+
sources="upload",
|
104 |
elem_id="image_input",
|
105 |
)
|
106 |
with gr.Column():
|