Spaces:
Running on Zero
Running on Zero
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ external hosted LLM API for chat responses.
|
|
| 47 |
- Direct app host: https://build-small-hackathon-neurobait.hf.space
|
| 48 |
- Demo video: https://www.youtube.com/watch?v=-EJ06hOgyd0
|
| 49 |
- Social post: https://x.com/hd_subrata/status/2066448521881059735
|
| 50 |
-
-
|
| 51 |
- Model adapter: https://huggingface.co/build-small-hackathon/NeuroBait
|
| 52 |
- Source repo: https://github.com/Subrata15/NeuroBait-Build-Small-Model
|
| 53 |
|
|
|
|
| 47 |
- Direct app host: https://build-small-hackathon-neurobait.hf.space
|
| 48 |
- Demo video: https://www.youtube.com/watch?v=-EJ06hOgyd0
|
| 49 |
- Social post: https://x.com/hd_subrata/status/2066448521881059735
|
| 50 |
+
- Field Notes: https://huggingface.co/blog/build-small-hackathon/neurobait-adhd
|
| 51 |
- Model adapter: https://huggingface.co/build-small-hackathon/NeuroBait
|
| 52 |
- Source repo: https://github.com/Subrata15/NeuroBait-Build-Small-Model
|
| 53 |
|
ui.py
CHANGED
|
@@ -33,9 +33,10 @@ TITLE = ""
|
|
| 33 |
MARK_PATH = Path(__file__).with_name("neurobait-mark.png")
|
| 34 |
|
| 35 |
DESCRIPTION = (
|
|
|
|
| 36 |
"A warm space and a gentle boost for your everyday. "
|
| 37 |
-
"No red pen 路 no
|
| 38 |
-
"Not diagnostic
|
| 39 |
)
|
| 40 |
|
| 41 |
# Force the Gradio shell footer to English so it does not clash with the app's
|
|
|
|
| 33 |
MARK_PATH = Path(__file__).with_name("neurobait-mark.png")
|
| 34 |
|
| 35 |
DESCRIPTION = (
|
| 36 |
+
"Friendly AI Text Assistent. "
|
| 37 |
"A warm space and a gentle boost for your everyday. "
|
| 38 |
+
"No red pen 路 no pressure 路 no bullet points paralysis. "
|
| 39 |
+
"Not diagnostic"
|
| 40 |
)
|
| 41 |
|
| 42 |
# Force the Gradio shell footer to English so it does not clash with the app's
|