Jordan-Pierce
commited on
Commit
•
9b28f61
1
Parent(s):
fbc97ae
updated input function
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ description = "Gradio demo for MBARI Monterey Bay Benthic Supercategory: This "
|
|
33 |
|
34 |
examples = glob.glob("images/*.png")
|
35 |
|
36 |
-
gr.Interface(
|
37 |
inputs=[gr.inputs.Image(type="filepath")],
|
38 |
outputs=gr.outputs.Image(type="pil"),
|
39 |
enable_queue=True,
|
|
|
33 |
|
34 |
examples = glob.glob("images/*.png")
|
35 |
|
36 |
+
gr.Interface(gradio_app,
|
37 |
inputs=[gr.inputs.Image(type="filepath")],
|
38 |
outputs=gr.outputs.Image(type="pil"),
|
39 |
enable_queue=True,
|