vikhyatk commited on
Commit
5f379f0
1 Parent(s): 0176a51
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1224,5 +1224,6 @@ gr.Interface(
1224
  [Image.open("assets/demo-5.jpg"), "What kind of dog is in the picture?"],
1225
  ],
1226
  outputs=gr.TextArea(label="Answer"),
1227
- allow_flagging=False,
 
1228
  ).launch()
 
1224
  [Image.open("assets/demo-5.jpg"), "What kind of dog is in the picture?"],
1225
  ],
1226
  outputs=gr.TextArea(label="Answer"),
1227
+ allow_flagging="never",
1228
+ cache_examples=False,
1229
  ).launch()