NitinBot001 commited on
Commit
9040c5e
·
verified ·
1 Parent(s): 7e971d4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -15,7 +15,7 @@ CORS(app)
15
 
16
  # Configuration
17
  app.config['MAX_CONTENT_LENGTH'] = 100 * 1024 * 1024 # 100MB max file size
18
- ALLOWED_EXTENSIONS = {'wav', 'mp3', 'mp4', 'mpeg', 'mpga', 'm4a', 'webm', 'flac'}
19
 
20
  # Initialize model variable
21
  model = None
 
15
 
16
  # Configuration
17
  app.config['MAX_CONTENT_LENGTH'] = 100 * 1024 * 1024 # 100MB max file size
18
+ ALLOWED_EXTENSIONS = {'ogg','webm','wav', 'mp3', 'mp4', 'mpeg', 'mpga', 'm4a', 'webm', 'flac'}
19
 
20
  # Initialize model variable
21
  model = None