Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,9 @@
|
|
1 |
-
|
2 |
-
license: apache-2.0
|
3 |
-
title: My ai
|
4 |
-
sdk: streamlit
|
5 |
-
emoji: 🐢
|
6 |
-
colorFrom: yellow
|
7 |
-
colorTo: purple
|
8 |
-
pinned: true
|
9 |
-
---
|
10 |
-
# Project Title
|
11 |
|
12 |
-
|
13 |
-
A brief description of your project.
|
14 |
|
15 |
-
##
|
16 |
-
1. Clone the repository.
|
17 |
-
2. Install dependencies: `pip install -r requirements.txt`
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
## License
|
24 |
-
Specify the license for your project.
|
|
|
1 |
+
# Text Generation API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
This project provides a text generation API using the `Erfan11/Neuracraft` model.
|
|
|
4 |
|
5 |
+
## Setup
|
|
|
|
|
6 |
|
7 |
+
1. Install dependencies:
|
8 |
+
```bash
|
9 |
+
pip install -r requirements.txt
|
|
|
|
|
|