ahassoun commited on
Commit
5b8e16a
Β·
1 Parent(s): 3db7f09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -34,6 +34,9 @@ tts = TTS("tts_models/multilingual/multi-dataset/bark", gpu=True)
34
 
35
 
36
  def infer(prompt, input_wav_file, script_type):
 
 
 
37
  print("""
38
  β€”β€”β€”β€”β€”
39
  NEW INFERENCE:
 
34
 
35
 
36
  def infer(prompt, input_wav_file, script_type):
37
+ print("Prompt:", prompt)
38
+ print("Input WAV File:", input_wav_file)
39
+ print("Script Type:", script_type)
40
  print("""
41
  β€”β€”β€”β€”β€”
42
  NEW INFERENCE: