Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,8 @@ from config import CLASS_OPTIONS
|
|
| 15 |
import spaces
|
| 16 |
import edge_tts
|
| 17 |
import tempfile
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# Load environment variables
|
| 20 |
load_dotenv()
|
|
|
|
| 15 |
import spaces
|
| 16 |
import edge_tts
|
| 17 |
import tempfile
|
| 18 |
+
import requests # Ensure this import is included for making API requests
|
| 19 |
+
|
| 20 |
|
| 21 |
# Load environment variables
|
| 22 |
load_dotenv()
|