sreepathi-ravikumar commited on
Commit
44d57e9
·
verified ·
1 Parent(s): dbba555

Create demo_tesing.py

Browse files
Files changed (1) hide show
  1. demo_tesing.py +5 -0
demo_tesing.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from audio_generator import generate_audio_from_text
2
+
3
+ script = "Photosynthesis is the process by which green plants use sunlight to synthesize foods from carbon dioxide and water. It occurs in the chloroplasts and produces oxygen as a byproduct."
4
+
5
+ generate_audio_from_text(script)