Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,6 @@ gr.Interface(
|
|
17 |
fn=upscale_image,
|
18 |
inputs=input_image,
|
19 |
outputs=output_image,
|
20 |
-
title="
|
21 |
description="Upload an image to upscale it using Kvi-Upscaler model."
|
22 |
).launch()
|
|
|
17 |
fn=upscale_image,
|
18 |
inputs=input_image,
|
19 |
outputs=output_image,
|
20 |
+
title="Kvi-Upscaler-V1",
|
21 |
description="Upload an image to upscale it using Kvi-Upscaler model."
|
22 |
).launch()
|