cocktailpeanut commited on
Commit
ff87e30
1 Parent(s): 19c574c
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -166,13 +166,6 @@ intro = """
166
  <a href="https://github.com/HilaManor/AudioEditingCode">[Code]</a>
167
  </h3>
168
 
169
-
170
- <p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
171
- For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
172
- <a href="https://huggingface.co/spaces/hilamanor/audioEditing?duplicate=true">
173
- <img style="margin-top: 0em; margin-bottom: 0em; display:inline" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" ></a>
174
- </p>
175
-
176
  """
177
 
178
  help = """
@@ -204,7 +197,6 @@ with gr.Blocks(css='style.css') as demo:
204
  do_inversion = gr.State(value=True) # To save some runtime when editing the same thing over and over
205
 
206
  with gr.Group():
207
- gr.Markdown("💡 **note**: input longer than **30 sec** is automatically trimmed (for unlimited input you may duplicate the space)")
208
  with gr.Row():
209
  input_audio = gr.Audio(sources=["upload", "microphone"], type="filepath", editable=False, label="Input Audio",
210
  interactive=True, scale=1)
 
166
  <a href="https://github.com/HilaManor/AudioEditingCode">[Code]</a>
167
  </h3>
168
 
 
 
 
 
 
 
 
169
  """
170
 
171
  help = """
 
197
  do_inversion = gr.State(value=True) # To save some runtime when editing the same thing over and over
198
 
199
  with gr.Group():
 
200
  with gr.Row():
201
  input_audio = gr.Audio(sources=["upload", "microphone"], type="filepath", editable=False, label="Input Audio",
202
  interactive=True, scale=1)