Spaces:
Sleeping
Sleeping
Update difpoint/inference.py
Browse files- difpoint/inference.py +1 -1
difpoint/inference.py
CHANGED
|
@@ -270,7 +270,7 @@ class Inferencer(object):
|
|
| 270 |
|
| 271 |
# 2024.06.26
|
| 272 |
@torch.no_grad()
|
| 273 |
-
def generate_with_audio_img(self, upload_audio_path, tts_audio_path, audio_type, image_path, smoothed_pitch, smoothed_yaw, smoothed_roll, smoothed_t, save_path='
|
| 274 |
print(audio_type)
|
| 275 |
if audio_type == 'upload':
|
| 276 |
audio_path = upload_audio_path
|
|
|
|
| 270 |
|
| 271 |
# 2024.06.26
|
| 272 |
@torch.no_grad()
|
| 273 |
+
def generate_with_audio_img(self, upload_audio_path, tts_audio_path, audio_type, image_path, smoothed_pitch, smoothed_yaw, smoothed_roll, smoothed_t, save_path='./downloaded_repo/'):
|
| 274 |
print(audio_type)
|
| 275 |
if audio_type == 'upload':
|
| 276 |
audio_path = upload_audio_path
|