Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1417,18 +1417,7 @@ def create_gaia_app():
|
|
| 1417 |
- **HuggingFace Tokens**: https://huggingface.co/settings/tokens
|
| 1418 |
- **Authentication Guide**: https://huggingface.co/docs/hub/security-tokens
|
| 1419 |
|
| 1420 |
-
## 🎉 Success Checklist
|
| 1421 |
|
| 1422 |
-
- [ ] Token set and GAIA access confirmed
|
| 1423 |
-
- [ ] Model loads successfully
|
| 1424 |
-
- [ ] Single question works correctly
|
| 1425 |
-
- [ ] Batch evaluation completes
|
| 1426 |
-
- [ ] Files download properly
|
| 1427 |
-
- [ ] Ready for leaderboard submission
|
| 1428 |
-
|
| 1429 |
-
---
|
| 1430 |
-
|
| 1431 |
-
**Need help?** Check the Authentication tab first, then Model Setup, then try a single question before batch evaluation. Good luck! 🚀
|
| 1432 |
""")
|
| 1433 |
|
| 1434 |
return app
|
|
|
|
| 1417 |
- **HuggingFace Tokens**: https://huggingface.co/settings/tokens
|
| 1418 |
- **Authentication Guide**: https://huggingface.co/docs/hub/security-tokens
|
| 1419 |
|
|
|
|
| 1420 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1421 |
""")
|
| 1422 |
|
| 1423 |
return app
|