thegums commited on
Commit
7490710
·
verified ·
1 Parent(s): eb47e29

Update import moviepy

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import edge_tts
3
  import asyncio
4
  import tempfile
5
  import os
6
- from moviepy.editor import AudioFileClip
7
 
8
  # Get all available voices
9
  async def get_voices():
 
3
  import asyncio
4
  import tempfile
5
  import os
6
+ from moviepy import *
7
 
8
  # Get all available voices
9
  async def get_voices():