Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ gr.Interface(inference,
|
|
66 |
type="value",
|
67 |
value="2x",
|
68 |
label="Resolution model")],
|
69 |
-
gr.Image(type="pil", label="Output"
|
70 |
title=title,
|
71 |
description=description,
|
72 |
article=article,
|
|
|
66 |
type="value",
|
67 |
value="2x",
|
68 |
label="Resolution model")],
|
69 |
+
gr.Image(type="pil", label="Output"),
|
70 |
title=title,
|
71 |
description=description,
|
72 |
article=article,
|