Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -192,8 +192,6 @@ with gr.Blocks(css=css) as demo:
|
|
192 |
#"examples/image_7.jpg"
|
193 |
],
|
194 |
inputs=input_im,
|
195 |
-
outputs=result,
|
196 |
-
fn=infer,
|
197 |
cache_examples=True
|
198 |
)
|
199 |
|
|
|
192 |
#"examples/image_7.jpg"
|
193 |
],
|
194 |
inputs=input_im,
|
|
|
|
|
195 |
cache_examples=True
|
196 |
)
|
197 |
|