Spaces:
Sleeping
Sleeping
Commit ·
72118cd
1
Parent(s): 58a3adb
Edit README.me
Browse files
README.md
CHANGED
|
@@ -22,4 +22,10 @@ This Space is containerized using Docker. It runs a FastAPI application on port
|
|
| 22 |
|
| 23 |
### **Text Streaming**
|
| 24 |
```sh
|
| 25 |
-
curl -X POST "https://
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
### **Text Streaming**
|
| 24 |
```sh
|
| 25 |
+
curl -X POST "https://ariansyahdedy-frontend-test.hf.space/v1/test_text" -H "Accept: text/event-stream"
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
### **Chart & Text Streaming**
|
| 29 |
+
```sh
|
| 30 |
+
curl -X POST "https://YOUR_USERNAME-fastapi-streaming.hf.space/v1/test_chart" -H "Accept: text/event-stream"
|
| 31 |
+
```
|