Spaces:
Sleeping
Sleeping
Create demo_tesing.py
Browse files- 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)
|