Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,3 +62,7 @@ def text_to_video(text, voice, rate, pitch, video_width, video_height, bg_color,
|
|
62 |
final_video_path = os.path.join(tempfile.gettempdir(), "output_video.mp4")
|
63 |
final_video.write_videofile(final_video_path, fps=24, codec="libx264")
|
64 |
return final_video_path, None
|
|
|
|
|
|
|
|
|
|
62 |
final_video_path = os.path.join(tempfile.gettempdir(), "output_video.mp4")
|
63 |
final_video.write_videofile(final_video_path, fps=24, codec="libx264")
|
64 |
return final_video_path, None
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
+
demo.launch(share=True)
|