uzdzn commited on
Commit
15dcfdb
·
verified ·
1 Parent(s): 8a182c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def gradio_voice_conversion(audio_file_path):
11
  # Gradio passes audio as (temp file path, sample rate)
12
  #audio_file_path = audio_data[0] # Extract the file path
13
  print(f"Here is the audio_file_path: {audio_file_path}")
14
- print(f"Here is the audio_file_path[0]: {audio_file_path[0]}")
15
  return i.voice_conversion(audio_file_path)
16
 
17
  # Define your Gradio interface
 
11
  # Gradio passes audio as (temp file path, sample rate)
12
  #audio_file_path = audio_data[0] # Extract the file path
13
  print(f"Here is the audio_file_path: {audio_file_path}")
14
+ #print(f"Here is the audio_file_path[0]: {audio_file_path[0]}")
15
  return i.voice_conversion(audio_file_path)
16
 
17
  # Define your Gradio interface