Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,6 @@ gr.Interface(inference,
|
|
73 |
examples=[["groot.jpeg", "2x"]],
|
74 |
allow_flagging="never",
|
75 |
cache_examples="lazy",
|
76 |
-
delete_cache=(
|
77 |
).queue(api_open=True).launch(show_error=True, show_api=True)
|
78 |
|
|
|
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 |
|