Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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",
|
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,
|