YinuoGuo27 commited on
Commit
3df8e39
·
verified ·
1 Parent(s): 0210789

Update difpoint/inference.py

Browse files
Files changed (1) hide show
  1. 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='results'):
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