Spaces:
Runtime error
Runtime error
Martin Tomov
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,6 +212,6 @@ gr.Interface(
|
|
| 212 |
fn=process_image,
|
| 213 |
inputs=[gr.Image(type="pil"), gr.Checkbox(label="Include JSON", value=False)],
|
| 214 |
outputs=[gr.Image(type="numpy"), gr.Textbox()],
|
| 215 |
-
title="InsectSAM π
|
| 216 |
examples=examples
|
| 217 |
).launch()
|
|
|
|
| 212 |
fn=process_image,
|
| 213 |
inputs=[gr.Image(type="pil"), gr.Checkbox(label="Include JSON", value=False)],
|
| 214 |
outputs=[gr.Image(type="numpy"), gr.Textbox()],
|
| 215 |
+
title="InsectSAM π",
|
| 216 |
examples=examples
|
| 217 |
).launch()
|