Spaces:
Build error
Build error
| FLASK_DEBUG = 'true' | |
| HF_MODEL_REPO_NAME = "org/repo_name" | |
| RS_FIREBASE_CREDENTIALS_PATH = 'firebase-credentials.json' | |
| RS_WORDLE_USER = '[email protected]' | |
| RS_WORDLE_URL = 'http://localhost:3000' | |
| RS_WORDLE_MODEL_NAME = 'the_best_ai_model_saved.pth' | |
| RS_WORDLE_PASSWORD = 'myemailpassword' | |
| SECRET_KEY = 'asecretkey4flask' | |