Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import tempfile
|
|
3 |
import logging
|
4 |
import os
|
5 |
import asyncio
|
|
|
6 |
from moviepy.editor import *
|
7 |
import edge_tts
|
8 |
import gradio as gr
|
|
|
3 |
import logging
|
4 |
import os
|
5 |
import asyncio
|
6 |
+
from threading import Timer # Importaci贸n faltante
|
7 |
from moviepy.editor import *
|
8 |
import edge_tts
|
9 |
import gradio as gr
|