Profakerr commited on
Commit
cc0542c
·
verified ·
1 Parent(s): 79a6e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -65,8 +65,6 @@ gr.Interface(inference,
65
  value="2x",
66
  label="Resolution model")],
67
  gr.Image(type="pil", label="Output"),
68
- title=title,
69
- cache_mode="lazy",
70
- delete_cache=(44000, 44000),
71
  ).queue(api_open=True).launch(show_error=True, show_api=True)
72
 
 
65
  value="2x",
66
  label="Resolution model")],
67
  gr.Image(type="pil", label="Output"),
68
+ title=title
 
 
69
  ).queue(api_open=True).launch(show_error=True, show_api=True)
70