mrfakename commited on
Commit
58e2a12
1 Parent(s): 68d3791

Update app_local.py

Browse files
Files changed (1) hide show
  1. app_local.py +0 -15
app_local.py CHANGED
@@ -214,21 +214,6 @@ Long-form/batched inference + speech editing is coming soon!
214
  # spectrogram_output = gr.Image(label="Spectrogram")
215
 
216
  generate_btn.click(infer, inputs=[ref_audio_input, ref_text_input, gen_text_input, model_choice, remove_silence], outputs=[audio_output])
217
- gr.Markdown("""
218
- ## Run Locally
219
-
220
- Run this demo locally on CPU, CUDA, or MPS/Apple Silicon (requires macOS >= 14):
221
-
222
- First, ensure `ffmpeg` is installed.
223
-
224
- ```bash
225
- git clone https://huggingface.co/spaces/mrfakename/E2-F5-TTS
226
- cd E2-F5-TTS
227
- python -m pip install -r requirements.txt
228
- python app_local.py
229
- ```
230
-
231
- """)
232
  gr.Markdown("Unofficial demo by [mrfakename](https://x.com/realmrfakename)")
233
 
234
 
 
214
  # spectrogram_output = gr.Image(label="Spectrogram")
215
 
216
  generate_btn.click(infer, inputs=[ref_audio_input, ref_text_input, gen_text_input, model_choice, remove_silence], outputs=[audio_output])
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  gr.Markdown("Unofficial demo by [mrfakename](https://x.com/realmrfakename)")
218
 
219