jesoteric commited on
Commit
3728964
·
1 Parent(s): 130c169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,6 +304,6 @@ if __name__ == "__main__":
304
 
305
  outputs = gr.outputs.Image(type="pil", label="Output Image")
306
 
307
- iface = gr.Interface(run_demo, inputs, outputs, title="Grounded SAM Demo")
308
 
309
  iface.launch(debug=args.debug)
 
304
 
305
  outputs = gr.outputs.Image(type="pil", label="Output Image")
306
 
307
+ iface = gr.Interface(run_grounded_sam, inputs, outputs, title="Grounded SAM Demo")
308
 
309
  iface.launch(debug=args.debug)