Kvikontent commited on
Commit
5fabeac
·
verified ·
1 Parent(s): 390daa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -32,5 +32,7 @@ examples = [
32
  ['woman.jpg', '8']
33
  ]
34
 
35
- gr.Interface(fn=upscale_image, inputs=inputs, outputs=output, title="Image Upscaler",
 
 
36
  examples=examples, theme="soft").launch()
 
32
  ['woman.jpg', '8']
33
  ]
34
 
35
+ title = "Image upscaler 2k, 4k, 8k"
36
+
37
+ gr.Interface(fn=upscale_image, title=title inputs=inputs, outputs=output, title="Image Upscaler",
38
  examples=examples, theme="soft").launch()