Spaces:
Sleeping
Sleeping
File size: 321 Bytes
3bc694c de68add |
1 2 3 4 5 6 7 8 9 |
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'
|