chore: replace source by sources
Browse files
app.py
CHANGED
@@ -389,7 +389,7 @@ with demo:
|
|
389 |
with gr.Row():
|
390 |
input_image = gr.Image(
|
391 |
value=None, label="Upload an image here.", height=256,
|
392 |
-
width=256,
|
393 |
)
|
394 |
|
395 |
examples = gr.Examples(
|
|
|
389 |
with gr.Row():
|
390 |
input_image = gr.Image(
|
391 |
value=None, label="Upload an image here.", height=256,
|
392 |
+
width=256, sources="upload", interactive=True,
|
393 |
)
|
394 |
|
395 |
examples = gr.Examples(
|