fireedman commited on
Commit
283f7d5
1 Parent(s): 88e9c63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
72
  with gr.Row():
73
  gr.Examples(
74
  examples=EXAMPLES,
75
- fn=inference,
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,