Spaces:
Running
on
Zero
Running
on
Zero
clementchadebec
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -192,6 +192,9 @@ with gr.Blocks(css=css) as demo:
|
|
192 |
"examples/image_7.jpg"
|
193 |
],
|
194 |
inputs=input_im,
|
|
|
|
|
|
|
195 |
)
|
196 |
|
197 |
gr.Markdown("**Disclaimer:**")
|
|
|
192 |
"examples/image_7.jpg"
|
193 |
],
|
194 |
inputs=input_im,
|
195 |
+
outputs=results,
|
196 |
+
fn=infer,
|
197 |
+
cache_examples=True
|
198 |
)
|
199 |
|
200 |
gr.Markdown("**Disclaimer:**")
|