Skip to content

Commit

Permalink
switch to gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
HJacksons committed Dec 10, 2023
1 parent 7fe6173 commit 56a2e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/TextToVoice/app/voiceGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def generate_audio():
unique_output_filename = generate_unique_filename()
output_path = os.path.join("/text-to-voice-app/", unique_output_filename)
torchaudio.save(output_path, waveform.unsqueeze(0).cpu(), sample_rate)
video_generator = True
video_generator = False
if video_generator:
# """
try:
Expand Down

0 comments on commit 56a2e0f

Please sign in to comment.