Profakerr commited on
Commit
bfdeaf4
·
verified ·
1 Parent(s): 51b455c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  flagging_mode="never",
72
  cache_mode="lazy",
 
66
  type="value",
67
  value="2x",
68
  label="Resolution model")],
69
+ gr.ImageSlider(interactive = False, type="pil", label="Output"),
70
  title=title,
71
  flagging_mode="never",
72
  cache_mode="lazy",