garibida commited on
Commit
abc734b
1 Parent(s): ab04780

update duplicate and enable NC on default

Browse files
Files changed (1) hide show
  1. 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/orpatashnik/local-prompt-mixing?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,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')