Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(css=css) as demo:
|
|
297 |
examples=["example_images/jim_carrey.png", "example_images/margaret_qualley.png"],
|
298 |
inputs=[image_in],
|
299 |
outputs=[], # outputs are specified via the callback
|
300 |
-
fn=
|
301 |
cache_examples=True # cache results of examples for faster loading
|
302 |
)
|
303 |
|
|
|
297 |
examples=["example_images/jim_carrey.png", "example_images/margaret_qualley.png"],
|
298 |
inputs=[image_in],
|
299 |
outputs=[], # outputs are specified via the callback
|
300 |
+
fn=generate_results_and_mesh,
|
301 |
cache_examples=True # cache results of examples for faster loading
|
302 |
)
|
303 |
|