Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def inference(image, size):
|
|
26 |
|
27 |
|
28 |
title = "KandiSuperRes - diffusion model for super resolution"
|
29 |
-
description = "KandiSuperRes Flash is a new version of the diffusion model for super resolution. This model includes a distilled version of the KandiSuperRes model and a distilled model Kandinsky 3.0 Flash. KandiSuperRes Flash not only improves image clarity, but also corrects artifacts, draws details, improves image aesthetics. And one of the most important advantages is the ability to use the model in the
|
30 |
article = "<div style='text-align: center;'>Twitter <a href='https://twitter.com/DoEvent' target='_blank'>Max Skobeev</a> | <a href='https://huggingface.co/ai-forever/KandiSuperRes' target='_blank'>Model card</a><div>"
|
31 |
|
32 |
|
@@ -43,5 +43,6 @@ gr.Interface(inference,
|
|
43 |
examples=[['groot.jpeg', "2x"]],
|
44 |
allow_flagging='never',
|
45 |
cache_examples=False,
|
|
|
46 |
).queue(api_open=True).launch(show_error=True, show_api=True)
|
47 |
|
|
|
26 |
|
27 |
|
28 |
title = "KandiSuperRes - diffusion model for super resolution"
|
29 |
+
description = "KandiSuperRes Flash is a new version of the diffusion model for super resolution. This model includes a distilled version of the KandiSuperRes model and a distilled model Kandinsky 3.0 Flash. KandiSuperRes Flash not only improves image clarity, but also corrects artifacts, draws details, improves image aesthetics. And one of the most important advantages is the ability to use the model in the «infinite super resolution» mode."
|
30 |
article = "<div style='text-align: center;'>Twitter <a href='https://twitter.com/DoEvent' target='_blank'>Max Skobeev</a> | <a href='https://huggingface.co/ai-forever/KandiSuperRes' target='_blank'>Model card</a><div>"
|
31 |
|
32 |
|
|
|
43 |
examples=[['groot.jpeg', "2x"]],
|
44 |
allow_flagging='never',
|
45 |
cache_examples=False,
|
46 |
+
delete_cache=(4000, 4000),
|
47 |
).queue(api_open=True).launch(show_error=True, show_api=True)
|
48 |
|