alexnasa commited on
Commit
fca038f
·
verified ·
1 Parent(s): 3fe571f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=run_pipeline,
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