Update app.py
Browse files
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 |
|