Quazim0t0's picture
Update space.yaml
89ad352 verified
raw
history blame
605 Bytes
"""
Deployment configuration for Dynamic Highscores on HuggingFace Spaces.
This file configures the application for deployment on HuggingFace Spaces.
"""
sdk_version: 3.0.0
app_file: app.py
models:
- huggingface-hub
- transformers
- datasets
- torch
- gradio
- pandas
- plotly
- apscheduler
- tqdm
- requests
- python-dateutil
- numpy
python_version: 3.10.12
hf_oauth: true
env:
- OAUTH_CLIENT_ID=$OAUTH_CLIENT_ID
- OAUTH_CLIENT_SECRET=$OAUTH_CLIENT_SECRET
- OAUTH_AUTHORIZATION_URL=$OAUTH_AUTHORIZATION_URL
- OAUTH_TOKEN_URL=$OAUTH_TOKEN_URL
oauth_scopes:
- inference