doevent commited on
Commit
ee06152
1 Parent(s): 1edcfbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ gr.Interface(inference,
71
  description=description,
72
  article=article,
73
  examples=[["groot.jpeg", "2x"]],
74
- allow_flagging="never",
75
- cache_examples="lazy",
76
  delete_cache=(44000, 44000),
77
  ).queue(api_open=True).launch(show_error=True, show_api=True)
78
 
 
71
  description=description,
72
  article=article,
73
  examples=[["groot.jpeg", "2x"]],
74
+ flagging_mode="never",
75
+ cache_mode="lazy",
76
  delete_cache=(44000, 44000),
77
  ).queue(api_open=True).launch(show_error=True, show_api=True)
78