Spaces:
Running
Running
Commit
·
0798bd5
1
Parent(s):
1ae33d5
update
Browse files- gradio_demo/app.py +1 -1
gradio_demo/app.py
CHANGED
@@ -255,7 +255,7 @@ with gr.Blocks() as demo:
|
|
255 |
preview_start = gr.Slider(label="Preview Start", value=0, minimum=0, maximum=30, step=1)
|
256 |
prompt = gr.Textbox(label="Restoration prompts (Optional)", placeholder="")
|
257 |
mode = gr.Checkbox(label="Creative Restoration", value=False)
|
258 |
-
cpu_offload = gr.Checkbox(label="CPU offload", info="If you have a lot of GPU VRAM, uncheck this option for faster generation", value=False, visible=
|
259 |
|
260 |
|
261 |
with gr.Row():
|
|
|
255 |
preview_start = gr.Slider(label="Preview Start", value=0, minimum=0, maximum=30, step=1)
|
256 |
prompt = gr.Textbox(label="Restoration prompts (Optional)", placeholder="")
|
257 |
mode = gr.Checkbox(label="Creative Restoration", value=False)
|
258 |
+
cpu_offload = gr.Checkbox(label="CPU offload", info="If you have a lot of GPU VRAM, uncheck this option for faster generation", value=False, visible=True)
|
259 |
|
260 |
|
261 |
with gr.Row():
|