Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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', '
|
| 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
|