vykanand commited on
Commit
ac58403
·
1 Parent(s): 7ec3fea

Update README.md with proper YAML configuration

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -33,6 +33,17 @@ curl -X POST http://localhost:7860/generate \
33
  ```
34
 
35
  Example using Python:
 
 
 
 
 
 
 
 
 
 
 
36
  # LLaMA 7B Server
37
 
38
  A FastAPI-based server for interacting with the LLaMA 7B model.
 
33
  ```
34
 
35
  Example using Python:
36
+ ---
37
+ title: LLaMA 7B Server
38
+ emoji: 🤖
39
+ colorFrom: blue
40
+ colorTo: purple
41
+ sdk: static
42
+ sdk_version: "1.0.0"
43
+ app_file: app.py
44
+ pinned: false
45
+ ---
46
+
47
  # LLaMA 7B Server
48
 
49
  A FastAPI-based server for interacting with the LLaMA 7B model.