doevent commited on
Commit
7a3e67c
·
verified ·
1 Parent(s): 6c0cb82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ gr.Interface(inference,
37
  type="value",
38
  value='2x',
39
  label='Resolution model')],
40
- ImageSlider(type="filepath", label="Output", format="png"),
41
  title=title,
42
  description=description,
43
  article=article,
 
37
  type="value",
38
  value='2x',
39
  label='Resolution model')],
40
+ ImageSlider(type="filepath", label="Output", slider_color="blue"),
41
  title=title,
42
  description=description,
43
  article=article,