Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def transformation(image):
|
|
11 |
return large_image
|
12 |
|
13 |
with gr.Blocks() as demo:
|
14 |
-
image1=gr.Image()
|
15 |
|
16 |
button=gr.Button("LE BOUTON")
|
17 |
image2=gr.Image()
|
|
|
11 |
return large_image
|
12 |
|
13 |
with gr.Blocks() as demo:
|
14 |
+
image1=gr.Image(type='filepath')
|
15 |
|
16 |
button=gr.Button("LE BOUTON")
|
17 |
image2=gr.Image()
|