karim23657 commited on
Commit
f1b90c0
·
verified ·
1 Parent(s): e96dd2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "C:\\Program Files\\eSpeak NG\\espeak-ng.exe" # Change this to the full path if needed
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