Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import subprocess
|
|
14 |
import re
|
15 |
import math
|
16 |
from pydub import AudioSegment
|
17 |
-
from
|
18 |
|
19 |
# Configuraci贸n de logging
|
20 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
|
|
14 |
import re
|
15 |
import math
|
16 |
from pydub import AudioSegment
|
17 |
+
from pexelsapi.pexels import Pexels
|
18 |
|
19 |
# Configuraci贸n de logging
|
20 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|