Spaces:
Runtime error
Runtime error
Commit ·
26ab971
1
Parent(s): 69aec40
Add screenshot to README
Browse files- README.md +3 -0
- screenshot.png +0 -0
README.md
CHANGED
|
@@ -11,6 +11,9 @@ short_description: App for text generation
|
|
| 11 |
|
| 12 |
# Text Generation App
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
This Space demonstrates a basic text generation application built using FastAPI and the `transformers` library. It uses the `google/flan-t5-small` model, a powerful text-to-text generation model. You can try it out by sending a GET request to the `/generate` endpoint.
|
| 15 |
|
| 16 |
## How to Use
|
|
|
|
| 11 |
|
| 12 |
# Text Generation App
|
| 13 |
|
| 14 |
+
# Text Generation App
|
| 15 |
+

|
| 16 |
+
|
| 17 |
This Space demonstrates a basic text generation application built using FastAPI and the `transformers` library. It uses the `google/flan-t5-small` model, a powerful text-to-text generation model. You can try it out by sending a GET request to the `/generate` endpoint.
|
| 18 |
|
| 19 |
## How to Use
|
screenshot.png
ADDED
|