rootglitch commited on
Commit
63dbff2
·
1 Parent(s): 5216c52

Calling the correct module

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,7 +374,7 @@ def create_ui():
374
 
375
  # Run button
376
  run_button.click(
377
- fn=run_grounded_sam,
378
  inputs=[
379
  input_image,
380
  prompt
 
374
 
375
  # Run button
376
  run_button.click(
377
+ fn=ai_gen_image,
378
  inputs=[
379
  input_image,
380
  prompt