Fix README image URLs; keep PNGs off HF git push
Browse files- .gitignore +1 -1
- README.md +2 -3
.gitignore
CHANGED
|
@@ -65,7 +65,7 @@ temp/
|
|
| 65 |
# Jupyter
|
| 66 |
.ipynb_checkpoints/
|
| 67 |
|
| 68 |
-
# README screenshots
|
| 69 |
assets/*.png
|
| 70 |
frontend/assets/battle_fight.png
|
| 71 |
frontend/assets/landing_page.png
|
|
|
|
| 65 |
# Jupyter
|
| 66 |
.ipynb_checkpoints/
|
| 67 |
|
| 68 |
+
# README screenshots — hosted on GitHub (HF git rejects binary PNG pushes)
|
| 69 |
assets/*.png
|
| 70 |
frontend/assets/battle_fight.png
|
| 71 |
frontend/assets/landing_page.png
|
README.md
CHANGED
|
@@ -40,7 +40,7 @@ tags:
|
|
| 40 |
**Try it:** [Live Space](YOUR_SPACE_LINK_HERE) · [Demo Video](YOUR_DEMO_VIDEO_LINK_HERE) · [Hugging Face Blog](YOUR_HF_BLOG_LINK_HERE) · [GitHub](YOUR_GITHUB_LINK_HERE)
|
| 41 |
|
| 42 |
<a href="YOUR_SPACE_LINK_HERE">
|
| 43 |
-
<img src="https://raw.githubusercontent.com/prakhar811/PitchFight/
|
| 44 |
</a>
|
| 45 |
|
| 46 |
**⚔️ Click the arena above to try PitchFight AI.**
|
|
@@ -94,7 +94,7 @@ PitchFight AI gives student builders a private practice room before the real roo
|
|
| 94 |
**Watch the demo:** [YOUR_DEMO_VIDEO_LINK_HERE](YOUR_DEMO_VIDEO_LINK_HERE)
|
| 95 |
|
| 96 |
<a href="YOUR_DEMO_VIDEO_LINK_HERE">
|
| 97 |
-
<img src="https://raw.githubusercontent.com/prakhar811/PitchFight/
|
| 98 |
</a>
|
| 99 |
|
| 100 |
**Live Space:** [YOUR_SPACE_LINK_HERE](YOUR_SPACE_LINK_HERE)
|
|
@@ -271,7 +271,6 @@ Install `ffmpeg` locally if using voice mode.
|
|
| 271 |
├── requirements.txt Python dependencies
|
| 272 |
├── packages.txt System packages such as ffmpeg
|
| 273 |
├── .env.example Local environment variable template
|
| 274 |
-
├── assets/ Screenshots for README and submission
|
| 275 |
├── frontend/ Custom HTML, CSS, JS, and UI assets
|
| 276 |
├── core/ Backend handlers, model router, clients
|
| 277 |
├── FIELD_NOTES.md Build notes for the Field Notes badge
|
|
|
|
| 40 |
**Try it:** [Live Space](YOUR_SPACE_LINK_HERE) · [Demo Video](YOUR_DEMO_VIDEO_LINK_HERE) · [Hugging Face Blog](YOUR_HF_BLOG_LINK_HERE) · [GitHub](YOUR_GITHUB_LINK_HERE)
|
| 41 |
|
| 42 |
<a href="YOUR_SPACE_LINK_HERE">
|
| 43 |
+
<img src="https://raw.githubusercontent.com/prakhar811/PitchFight/9d9c2bf/frontend/assets/landing_page.png" alt="PitchFight AI landing page" width="900"/>
|
| 44 |
</a>
|
| 45 |
|
| 46 |
**⚔️ Click the arena above to try PitchFight AI.**
|
|
|
|
| 94 |
**Watch the demo:** [YOUR_DEMO_VIDEO_LINK_HERE](YOUR_DEMO_VIDEO_LINK_HERE)
|
| 95 |
|
| 96 |
<a href="YOUR_DEMO_VIDEO_LINK_HERE">
|
| 97 |
+
<img src="https://raw.githubusercontent.com/prakhar811/PitchFight/9d9c2bf/frontend/assets/battle_fight.png" alt="PitchFight AI battle mode" width="900"/>
|
| 98 |
</a>
|
| 99 |
|
| 100 |
**Live Space:** [YOUR_SPACE_LINK_HERE](YOUR_SPACE_LINK_HERE)
|
|
|
|
| 271 |
├── requirements.txt Python dependencies
|
| 272 |
├── packages.txt System packages such as ffmpeg
|
| 273 |
├── .env.example Local environment variable template
|
|
|
|
| 274 |
├── frontend/ Custom HTML, CSS, JS, and UI assets
|
| 275 |
├── core/ Backend handlers, model router, clients
|
| 276 |
├── FIELD_NOTES.md Build notes for the Field Notes badge
|