Spaces:
Runtime error
Runtime error
Commit
·
a127d8d
1
Parent(s):
9cde1cb
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,6 @@ interface = gr.Interface(fn=infer,
|
|
36 |
outputs=['image','text'],
|
37 |
allow_flagging='manual',
|
38 |
flagging_dir='flagged',
|
39 |
-
examples=["
|
40 |
|
41 |
interface.launch()
|
|
|
36 |
outputs=['image','text'],
|
37 |
allow_flagging='manual',
|
38 |
flagging_dir='flagged',
|
39 |
+
examples=["no_bird.jpg", "bird_example.jpg"])
|
40 |
|
41 |
interface.launch()
|