matthoffner commited on
Commit
680d316
Β·
1 Parent(s): 4bebab5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -13
README.md CHANGED
@@ -1,20 +1,15 @@
1
  ---
2
  title: LLaMa Difu
3
- emoji: πŸ““πŸ¦™πŸ“š
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 3.29.0
8
  app_file: app.py
9
- port: 7860
10
  pinned: false
11
  ---
12
 
13
- # LLaMa Do It For U
14
-
15
- Local LLM + Llama Index + API UI
16
-
17
- Fork of [Llama_Difu](https://github.com/nomiscientist/Llama_Difu) running on WizardLM 7B ggml
18
 
19
  ```bash
20
  pip install -r requirements.txt
@@ -22,5 +17,4 @@ pip install -r requirements.txt
22
 
23
  ```bash
24
  python main.py
25
- ```
26
-
 
1
  ---
2
  title: LLaMa Difu
3
+ emoji: πŸ““πŸ¦™πŸ§™β€β™€οΈ
4
+ colorFrom: purple
5
+ colorTo: gray
6
+ sdk: docker
 
7
  app_file: app.py
8
+ port: 8000
9
  pinned: false
10
  ---
11
 
12
+ # WizardLM PDF Chat
 
 
 
 
13
 
14
  ```bash
15
  pip install -r requirements.txt
 
17
 
18
  ```bash
19
  python main.py
20
+ ```