Dekonstruktio commited on
Commit
e615212
·
verified ·
1 Parent(s): 679744e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,7 +57,7 @@ def inference(image, size):
57
  return result
58
 
59
 
60
- title = "Sharp"
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="2x",
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,