Oliver Hamilton commited on
Commit
6a78849
·
1 Parent(s): 26e3699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()