Skip to content

Commit

Permalink
video gen
Browse files Browse the repository at this point in the history
  • Loading branch information
HJacksons committed Nov 27, 2023
1 parent 46bc7ab commit 7fe6173
Show file tree
Hide file tree
Showing 3 changed files with 2 additions 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 = False
video_generator = True
if video_generator:
# """
try:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
llm:
depends_on:
- transcribe
- record
build:
context: ./app/Llm
dockerfile: Dockerfile
Expand Down
Binary file modified topology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7fe6173

Please sign in to comment.