Spaces:
Runtime error
Runtime error
File size: 999 Bytes
20523be 02aa6b3 20523be 856b603 20523be | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | ---
license: apache-2.0
title: 'Whatevez '
sdk: gradio
emoji: 🏆
colorFrom: blue
colorTo: green
sdk_version: 6.20.0
---
hat
Diff
.gitignore
+2
node_modules/
build/
dist/
coverage/
__pycache__/
*.py[cod]
.DS_Store
*.log
.env*
!.env.example
README.md
Preview
+24-12
title: File App Generator colorFrom: blue colorTo: indigo sdk: gradio app_file: app.py pinned: false
File App Generator
Upload documents and data files, including PDF, DOCX, CSV, Excel, JSON, JSONL, TXT, MD, and LOG files. The app reads the content and generates a working preview, profile, chart, and downloadable HTML report. It uses app.py, works as a Gradio Space, and does not require a third-party API key.
Run Locally
Prerequisites: Python
Install dependencies: pip install -r requirements.txt
Run the app: python app.py
Run on Hugging Face Spaces
Create a Hugging Face Space with the Gradio SDK, then upload these files:
app.py
requirements.txt
README.md
No third-party API key is required. |