| ================================================================================ |
| HUGGINGFACE SPACES - FILES TO UPLOAD |
| ================================================================================ |
|
|
| Just upload these 11 files to your Space: |
|
|
| 1. app.py ← MAIN FILE (required by HF Spaces) |
| 2. llm.py |
| 3. extractors.py |
| 4. tagging.py |
| 5. chunking.py |
| 6. validation.py |
| 7. reporting.py |
| 8. dashboard.py |
| 9. production_logger.py |
| 10. quote_extractor.py |
| 11. requirements.txt |
|
|
| ================================================================================ |
| SPACE SETTINGS |
| ================================================================================ |
|
|
| SDK: Gradio |
| Hardware: GPU (T4) ← IMPORTANT! Don't use CPU |
|
|
| ================================================================================ |
| THAT'S IT! |
| ================================================================================ |
|
|
| No terminal commands needed. |
| No .env file needed. |
| No configuration needed. |
|
|
| Just upload the 11 files and it works! |
|
|
| ================================================================================ |
|
|