Update README.md
Browse files
README.md
CHANGED
|
@@ -48,10 +48,11 @@ To run this application locally, you will need **Python** and the following libr
|
|
| 48 |
2. Install the required dependencies:
|
| 49 |
```bash
|
| 50 |
pip install -r requirements.txt
|
| 51 |
-
```
|
| 52 |
3. Run the application:
|
| 53 |
|
| 54 |
```bash
|
| 55 |
streamlit run app.py
|
|
|
|
| 56 |
|
| 57 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 48 |
2. Install the required dependencies:
|
| 49 |
```bash
|
| 50 |
pip install -r requirements.txt
|
| 51 |
+
```
|
| 52 |
3. Run the application:
|
| 53 |
|
| 54 |
```bash
|
| 55 |
streamlit run app.py
|
| 56 |
+
```
|
| 57 |
|
| 58 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|