Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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)
|