medical
AleksanderObuchowski commited on
Commit
8b332db
·
verified ·
1 Parent(s): 876635a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -90,9 +90,9 @@ print(results["image_embeddings"])
90
  results = classifier.encode(texts=labels)
91
  print(results["text_embeddings"])
92
  ```
93
- ### Flask FastAPI server
94
  ```bash
95
- uv run flask_app.py
96
  ```
97
  Go to localhost:8000/docs to see the swagger.
98
 
 
90
  results = classifier.encode(texts=labels)
91
  print(results["text_embeddings"])
92
  ```
93
+ ### FastAPI server
94
  ```bash
95
+ uv run fastapi_app.py
96
  ```
97
  Go to localhost:8000/docs to see the swagger.
98