Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,8 @@ gr.Interface(inference,
|
|
71 |
description=description,
|
72 |
article=article,
|
73 |
examples=[["groot.jpeg", "2x"]],
|
74 |
-
|
75 |
-
|
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 |
|