VinayHajare commited on
Commit
e10e9d9
1 Parent(s): 0478296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ interface = gr.Interface(
35
  fn = predict_image,
36
  inputs = "image",
37
  outputs = "text",
38
- allow_flagging = "never"
39
  theme = gr.themes.soft()
40
  )
41
 
 
35
  fn = predict_image,
36
  inputs = "image",
37
  outputs = "text",
38
+ allow_flagging = "never",
39
  theme = gr.themes.soft()
40
  )
41