sivakumar330 commited on
Commit
6d18a2d
·
verified ·
1 Parent(s): 972a221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ app = Flask(__name__)
33
  CORS(app) # Enable CORS for frontend communication
34
 
35
  # ===== CONFIGURATION =====
36
- ALLOWED_EXTENSIONS = {'pdf', 'epub', 'txt', 'docx'}
37
  MAX_FILE_SIZE = 50 * 1024 * 1024 # 50MB limit
38
 
39
  # Hugging Face Configuration - Set these in Space Secrets
 
33
  CORS(app) # Enable CORS for frontend communication
34
 
35
  # ===== CONFIGURATION =====
36
+ ALLOWED_EXTENSIONS = {'pdf', 'txt', 'docx'}
37
  MAX_FILE_SIZE = 50 * 1024 * 1024 # 50MB limit
38
 
39
  # Hugging Face Configuration - Set these in Space Secrets