Spaces:
Runtime error
Runtime error
Update README.md with proper YAML configuration
Browse files
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.
|