Spaces:
Running
Running
Update apps/gradio_app.py
Browse files- apps/gradio_app.py +1 -1
apps/gradio_app.py
CHANGED
|
@@ -10,7 +10,7 @@ from pathlib import Path
|
|
| 10 |
def create_gradio_app():
|
| 11 |
"""Create Gradio interface for F5-TTS inference with Whisper ASR."""
|
| 12 |
# Run setup script to ensure dependencies are installed
|
| 13 |
-
|
| 14 |
|
| 15 |
# Function to update reference text based on audio file and Whisper checkbox
|
| 16 |
def update_ref_text(audio_file_path, use_whisper):
|
|
|
|
| 10 |
def create_gradio_app():
|
| 11 |
"""Create Gradio interface for F5-TTS inference with Whisper ASR."""
|
| 12 |
# Run setup script to ensure dependencies are installed
|
| 13 |
+
result_setup = run_setup_script()
|
| 14 |
|
| 15 |
# Function to update reference text based on audio file and Whisper checkbox
|
| 16 |
def update_ref_text(audio_file_path, use_whisper):
|