Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
|
|
| 72 |
with gr.Row():
|
| 73 |
gr.Examples(
|
| 74 |
examples=EXAMPLES,
|
| 75 |
-
fn=
|
| 76 |
inputs=[input_image],
|
| 77 |
outputs=[gallery],
|
| 78 |
cache_examples=False,
|
|
|
|
| 72 |
with gr.Row():
|
| 73 |
gr.Examples(
|
| 74 |
examples=EXAMPLES,
|
| 75 |
+
fn=process_image,
|
| 76 |
inputs=[input_image],
|
| 77 |
outputs=[gallery],
|
| 78 |
cache_examples=False,
|