danhtran2mind commited on
Commit
dc2930f
·
verified ·
1 Parent(s): 1fd0664

Update apps/gradio_app.py

Browse files
Files changed (1) hide show
  1. 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
- run_setup_script = 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):
 
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):