Spaces:
Running
on
Zero
Running
on
Zero
Martin Tomov
commited on
Commit
β’
efe3dc1
1
Parent(s):
221bb03
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()
|