Spaces:
Sleeping
Sleeping
Oliver Hamilton
commited on
Commit
·
6a78849
1
Parent(s):
26e3699
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,6 @@ interface = gr.Interface(fn=infer,
|
|
36 |
outputs=['image','text'],
|
37 |
allow_flagging='manual',
|
38 |
flagging_dir='flagged',
|
39 |
-
auto_submit=False,
|
40 |
examples=["eggsample1.jpg", "eggsample2.jpg"])
|
41 |
|
42 |
interface.launch()
|
|
|
36 |
outputs=['image','text'],
|
37 |
allow_flagging='manual',
|
38 |
flagging_dir='flagged',
|
|
|
39 |
examples=["eggsample1.jpg", "eggsample2.jpg"])
|
40 |
|
41 |
interface.launch()
|