Spaces:
Running
on
Zero
Running
on
Zero
update duplicate and enable NC on default
Browse files- gradio_app.py +2 -1
gradio_app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
114 |
gr.Markdown(DESCRIPTION)
|
115 |
|
116 |
gr.HTML(
|
117 |
-
'''<a href="https://huggingface.co/spaces/
|
118 |
<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space to run privately without waiting in queue''')
|
119 |
|
120 |
with gr.Row():
|
@@ -206,6 +206,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
206 |
)
|
207 |
noise_correction = gr.Checkbox(
|
208 |
label="Preform Noise Correction"
|
|
|
209 |
)
|
210 |
|
211 |
run_button = gr.Button('Edit')
|
|
|
114 |
gr.Markdown(DESCRIPTION)
|
115 |
|
116 |
gr.HTML(
|
117 |
+
'''<a href="https://huggingface.co/spaces/garibida/ReNoise-Inversion?duplicate=true">
|
118 |
<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space to run privately without waiting in queue''')
|
119 |
|
120 |
with gr.Row():
|
|
|
206 |
)
|
207 |
noise_correction = gr.Checkbox(
|
208 |
label="Preform Noise Correction"
|
209 |
+
value=True
|
210 |
)
|
211 |
|
212 |
run_button = gr.Button('Edit')
|