TrishanuDas commited on
Commit
5660235
·
1 Parent(s): 0463385

readme fix

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
19
  Step 1: Access the app directly on the link (This does not use the FastAPI endpoints):
20
  [https://huggingface.co/spaces/TrishanuDas/cifar10_classification](https://huggingface.co/spaces/TrishanuDas/cifar10_classification)
21
 
22
- Step 2: Use the Streamlit app via the FastAPI endpoint.
23
  - Run the FastAPI server on any instance using the following command:
24
  ```
25
  uvicorn api_endpoint:app --reload --host <host_name>
 
19
  Step 1: Access the app directly on the link (This does not use the FastAPI endpoints):
20
  [https://huggingface.co/spaces/TrishanuDas/cifar10_classification](https://huggingface.co/spaces/TrishanuDas/cifar10_classification)
21
 
22
+ Step 2: Use the Streamlit app via the FastAPI endpoint.(This could not be deployed due to non-accessibility of a non-crashable server like an AWS ec2 instance)
23
  - Run the FastAPI server on any instance using the following command:
24
  ```
25
  uvicorn api_endpoint:app --reload --host <host_name>