Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ with gr.Blocks() as demo:
|
|
12 |
image1=gr.Image()
|
13 |
button=gr.Button("LE BOUTON")
|
14 |
image2=gr.Image()
|
15 |
-
button.click(fn=transformation,
|
16 |
|
17 |
|
18 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
12 |
image1=gr.Image()
|
13 |
button=gr.Button("LE BOUTON")
|
14 |
image2=gr.Image()
|
15 |
+
button.click(fn=transformation,inputs=image1,outputs=image2,api_name="upscale")
|
16 |
|
17 |
|
18 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|