bsmith3715 commited on
Commit
b92866c
·
verified ·
1 Parent(s): 97857a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -26
README.md CHANGED
@@ -1,26 +1,26 @@
1
- ---
2
- title : Pilates App Fine_Tuned
3
- emoji: 📚
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_file: app.py
8
- pinned: false
9
- license: mit
10
- short_description: Tool to provide users reformer exercises
11
- startup_duration_timeout: 1h
12
- ---
13
-
14
- # Pilates Reformer RAG App Fine_Tuned
15
-
16
- This Chainlit app answers questions using Pilates reformer videos and textbooks. All data is preloaded from `combined_data.json`.
17
-
18
- ## Run Locally
19
-
20
- ```bash
21
- uv run chainlit run app.py
22
- ```
23
-
24
- ## Or Deploy to Hugging Face Space with Docker
25
- Just upload this directory and you're done.
26
-
 
1
+ ---
2
+ title : Reformer AI
3
+ emoji: 📚
4
+ colorFrom: red
5
+ colorTo: red
6
+ sdk: docker
7
+ app_file: app.py
8
+ pinned: false
9
+ license: mit
10
+ short_description: Tool to provide users reformer exercises
11
+ startup_duration_timeout: 1h
12
+ ---
13
+
14
+ # Pilates Reformer RAG App Fine_Tuned
15
+
16
+ This Chainlit app answers questions using Pilates reformer videos and textbooks. All data is preloaded from `combined_data.json`.
17
+
18
+ ## Run Locally
19
+
20
+ ```bash
21
+ uv run chainlit run app.py
22
+ ```
23
+
24
+ ## Or Deploy to Hugging Face Space with Docker
25
+ Just upload this directory and you're done.
26
+