Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🤖
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -30,5 +30,4 @@ Features:
|
|
| 30 |
|
| 31 |
Notes:
|
| 32 |
- The LLM-judge uses transformer models and may be memory-heavy. Only enable when you have sufficient resources. The app will fall back if model loading fails.
|
| 33 |
-
- No Java dependency: the grammar check uses LanguageToolPublicAPI, so it works on Hugging Face Spaces.
|
| 34 |
-
|
|
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.45.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 30 |
|
| 31 |
Notes:
|
| 32 |
- The LLM-judge uses transformer models and may be memory-heavy. Only enable when you have sufficient resources. The app will fall back if model loading fails.
|
| 33 |
+
- No Java dependency: the grammar check uses LanguageToolPublicAPI, so it works on Hugging Face Spaces.
|
|
|