Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ CORS(app)
|
|
| 12 |
|
| 13 |
# Set the paths for espeak-ng and the script directory
|
| 14 |
script_path = os.path.dirname(os.path.abspath(__file__))
|
| 15 |
-
espeak_path = "
|
| 16 |
static_folder = os.path.join(script_path, "static")
|
| 17 |
|
| 18 |
# Ensure the static folder exists
|
|
|
|
| 12 |
|
| 13 |
# Set the paths for espeak-ng and the script directory
|
| 14 |
script_path = os.path.dirname(os.path.abspath(__file__))
|
| 15 |
+
espeak_path = "espeak-ng" # Change this to the full path if needed
|
| 16 |
static_folder = os.path.join(script_path, "static")
|
| 17 |
|
| 18 |
# Ensure the static folder exists
|