Spaces:
Sleeping
Sleeping
add emoji
Browse files
README.md
CHANGED
|
@@ -3,10 +3,12 @@ title: LLM Reviewer Foundry
|
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: indigo
|
| 5 |
sdk: gradio
|
| 6 |
-
sdk_version:
|
| 7 |
-
python_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Hugging Face Space Bundle (Azure Foundry)
|
|
@@ -46,4 +48,4 @@ python app.py
|
|
| 46 |
|
| 47 |
## Dependency note
|
| 48 |
`gradio==4.44.0` requires a pre-1.0 `huggingface_hub` API (it imports `HfFolder`).
|
| 49 |
-
This repo pins `huggingface_hub==0.25.2` in `requirements.txt` to avoid startup import errors.
|
|
|
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: indigo
|
| 5 |
sdk: gradio
|
| 6 |
+
sdk_version: 4.44.0
|
| 7 |
+
python_version: '3.10'
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
emoji: 📚
|
| 11 |
+
short_description: LLM workspace for all your deduplication and screening needs
|
| 12 |
---
|
| 13 |
|
| 14 |
# Hugging Face Space Bundle (Azure Foundry)
|
|
|
|
| 48 |
|
| 49 |
## Dependency note
|
| 50 |
`gradio==4.44.0` requires a pre-1.0 `huggingface_hub` API (it imports `HfFolder`).
|
| 51 |
+
This repo pins `huggingface_hub==0.25.2` in `requirements.txt` to avoid startup import errors.
|