Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,8 @@ colorTo: pink
|
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
-
python_version:
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# DeBERTa Fake News Classifier (Gradio)
|
|
@@ -30,4 +31,4 @@ Place the model files at:
|
|
| 30 |
Then you don't need `DEBERTA_MODEL_ID`.
|
| 31 |
|
| 32 |
## Notes
|
| 33 |
-
- SHAP is optional in the UI, but it is installed by default in `requirements.txt`.
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
+
python_version: '3.10'
|
| 10 |
+
sdk_version: 6.3.0
|
| 11 |
---
|
| 12 |
|
| 13 |
# DeBERTa Fake News Classifier (Gradio)
|
|
|
|
| 31 |
Then you don't need `DEBERTA_MODEL_ID`.
|
| 32 |
|
| 33 |
## Notes
|
| 34 |
+
- SHAP is optional in the UI, but it is installed by default in `requirements.txt`.
|