Spaces:
Sleeping
Sleeping
TrishanuDas
commited on
Commit
·
0066910
1
Parent(s):
4be70ab
minor fixes
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Step 1: Access the app directly on the link (This does not use the FastAPI endpo
|
|
19 |
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)
|
20 |
- Run the FastAPI server on any instance using the following command:
|
21 |
```
|
22 |
-
uvicorn api_endpoint:app --reload --host <host_name>
|
23 |
```
|
24 |
- Change the HOST variable on the `app_with_fastapi.py` file.
|
25 |
- Execute the app_with_fastapi.py file using the following command:
|
|
|
19 |
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)
|
20 |
- Run the FastAPI server on any instance using the following command:
|
21 |
```
|
22 |
+
uvicorn api_endpoint:app --reload --host <host_name> --port <port_number>
|
23 |
```
|
24 |
- Change the HOST variable on the `app_with_fastapi.py` file.
|
25 |
- Execute the app_with_fastapi.py file using the following command:
|