Spaces:
Running on Zero
Running on Zero
| # sdk: gradio spaces build from this file only (Dockerfile is not used) | |
| torch | |
| spaces | |
| transformers>=5.0.0 | |
| sentencepiece # ProtT5 tokenizer backend | |
| # Inference | |
| xgboost==2.0.3 | |
| scikit-learn | |
| joblib | |
| h5py # cached example T5 features in assets/ | |
| # Gradio demo | |
| gradio>=4.0.0 | |
| numpy | |
| scipy | |
| matplotlib | |