Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def inference(image, size):
|
|
| 57 |
return result
|
| 58 |
|
| 59 |
|
| 60 |
-
title = "
|
| 61 |
description = ""
|
| 62 |
article = ""
|
| 63 |
|
|
@@ -66,7 +66,7 @@ gr.Interface(inference,
|
|
| 66 |
[gr.Image(type="pil"),
|
| 67 |
gr.Radio(["2x", "4x", "8x"],
|
| 68 |
type="value",
|
| 69 |
-
value="
|
| 70 |
label="Resolution model")],
|
| 71 |
gr.Image(type="pil", label="Output"),
|
| 72 |
title=title,
|
|
|
|
| 57 |
return result
|
| 58 |
|
| 59 |
|
| 60 |
+
title = ""
|
| 61 |
description = ""
|
| 62 |
article = ""
|
| 63 |
|
|
|
|
| 66 |
[gr.Image(type="pil"),
|
| 67 |
gr.Radio(["2x", "4x", "8x"],
|
| 68 |
type="value",
|
| 69 |
+
value="4x",
|
| 70 |
label="Resolution model")],
|
| 71 |
gr.Image(type="pil", label="Output"),
|
| 72 |
title=title,
|