Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ pip install -r requirements.txt
|
|
28 |
- Create a `.env` file in the root directory of the project and add your
|
29 |
- Hugging Face API key like this: `HF_API_KEY=<your_api_key_here>`
|
30 |
|
31 |
-
## Usage
|
32 |
|
33 |
- Navigate to the root directory of the project.
|
34 |
- Run the Streamlit app by typing `streamlit run app.py` or `python -m streamlit run app.py` in the command line.
|
|
|
28 |
- Create a `.env` file in the root directory of the project and add your
|
29 |
- Hugging Face API key like this: `HF_API_KEY=<your_api_key_here>`
|
30 |
|
31 |
+
## Usage:
|
32 |
|
33 |
- Navigate to the root directory of the project.
|
34 |
- Run the Streamlit app by typing `streamlit run app.py` or `python -m streamlit run app.py` in the command line.
|