doevent commited on
Commit
10bcd3a
β€’
1 Parent(s): 7bce37e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,6 +148,6 @@ interface = gr.Interface(
148
  title=title,
149
  description=description,
150
  article=article,
151
- allow_flagging='never',
152
- cache_examples=False,
153
  ).queue().launch(show_api=True, show_error=True)
 
148
  title=title,
149
  description=description,
150
  article=article,
151
+ flagging_mode="never",
152
+ cache_mode="lazy",
153
  ).queue().launch(show_api=True, show_error=True)