Commit
·
cd07460
1
Parent(s):
502a27d
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ def one_shot(image,input_text,gender):
|
|
176 |
waveform, sample_rate = torchaudio.load("/content/audio.wav")
|
177 |
audio_in="/content/audio.wav"
|
178 |
|
179 |
-
return one_shot_talking(
|
180 |
elif gender == "Male":
|
181 |
|
182 |
models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
|
|
|
176 |
waveform, sample_rate = torchaudio.load("/content/audio.wav")
|
177 |
audio_in="/content/audio.wav"
|
178 |
|
179 |
+
return one_shot_talking(image,audio_in)
|
180 |
elif gender == "Male":
|
181 |
|
182 |
models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
|