Spaces:
Build error
Build error
Commit
·
97ce91a
1
Parent(s):
2faff9d
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.108
|
|
45 |
|
46 |
gr.Interface(
|
47 |
inference,
|
48 |
-
[gr.inputs.Image(type="pil", label="Input"),gr.inputs.Radio(["RealESRGAN_x4plus.pth","realesr-animevideov3.pth","RealESRGAN_x4plus_anime_6B.pth"
|
49 |
gr.outputs.Image(type="file", label="Output"),
|
50 |
title=title,
|
51 |
description=description,
|
|
|
45 |
|
46 |
gr.Interface(
|
47 |
inference,
|
48 |
+
[gr.inputs.Image(type="pil", label="Input"),gr.inputs.Radio(["RealESRGAN_x4plus.pth","realesr-animevideov3.pth","RealESRGAN_x4plus_anime_6B.pth", "RealESRGAN_x4plus_super.pth"], type="value", default="realesr-animevideov3.pth", label="model type")],
|
49 |
gr.outputs.Image(type="file", label="Output"),
|
50 |
title=title,
|
51 |
description=description,
|