ariansyahdedy commited on
Commit
72118cd
·
1 Parent(s): 58a3adb

Edit README.me

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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://YOUR_USERNAME-fastapi-streaming.hf.space/v1/test_text" -H "Accept: text/event-stream"
 
 
 
 
 
 
 
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
+ ```