Kvikontent commited on
Commit
414598f
·
verified ·
1 Parent(s): 26a1401

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,6 +17,6 @@ gr.Interface(
17
  fn=upscale_image,
18
  inputs=input_image,
19
  outputs=output_image,
20
- title="Image Upscaling with Kvi-Upscaler",
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()