Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ based on the implementations of [@raven38](https://github.com/raven38) & [@DarkM
|
|
162 |
with gr.Row():
|
163 |
gamma = gr.Slider(
|
164 |
label="gamma",
|
165 |
-
info = "
|
166 |
minimum=0.0,
|
167 |
maximum=1.0,
|
168 |
step=0.1,
|
|
|
162 |
with gr.Row():
|
163 |
gamma = gr.Slider(
|
164 |
label="gamma",
|
165 |
+
info = "increase gamma to enhance realism",
|
166 |
minimum=0.0,
|
167 |
maximum=1.0,
|
168 |
step=0.1,
|