Spaces:
Runtime error
Runtime error
jonathanjordan21
commited on
Commit
·
70e05ce
1
Parent(s):
1909f20
Fix Error : Remove example in gr.Interface
Browse files
app.py
CHANGED
@@ -52,6 +52,5 @@ def upload_file(files):
|
|
52 |
|
53 |
gr.Interface(fn=predict,
|
54 |
inputs=gr.Image(type="pil"),
|
55 |
-
outputs="json"
|
56 |
-
examples=["lion.jpg", "cheetah.jpg"]).launch()
|
57 |
|
|
|
52 |
|
53 |
gr.Interface(fn=predict,
|
54 |
inputs=gr.Image(type="pil"),
|
55 |
+
outputs="json").launch()
|
|
|
56 |
|