Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
92f8a2c
1
Parent(s):
c5349e7
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
|
|
60 |
],
|
61 |
inputs=input_image,
|
62 |
outputs=output_slider,
|
63 |
-
fn=
|
64 |
cache_examples=True
|
65 |
)
|
66 |
|
|
|
60 |
],
|
61 |
inputs=input_image,
|
62 |
outputs=output_slider,
|
63 |
+
fn=process_image,
|
64 |
cache_examples=True
|
65 |
)
|
66 |
|