Spaces:
Paused
Paused
Amjad Hassoun
commited on
Commit
Β·
5b8e16a
1
Parent(s):
3db7f09
Update app.py
Browse files
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:
|