Spaces:
Sleeping
Sleeping
.env example file added
Browse files- .env.example +1 -0
- README.md +2 -0
.env.example
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
HUGGINGFACEHUB_API_TOKEN =
|
README.md
CHANGED
|
@@ -26,6 +26,8 @@ source venv/bin/activate
|
|
| 26 |
pip install -r requirements.txt
|
| 27 |
```
|
| 28 |
|
|
|
|
|
|
|
| 29 |
## Running the Project
|
| 30 |
|
| 31 |
Once you have installed the required dependencies, you can run the project using Streamlit. Streamlit provides an easy way to create interactive web applications in Python.
|
|
|
|
| 26 |
pip install -r requirements.txt
|
| 27 |
```
|
| 28 |
|
| 29 |
+
4. Add your HUGGINGFACEHUB_API_TOKEN in `.env.example` file and rename the file to `.env`
|
| 30 |
+
|
| 31 |
## Running the Project
|
| 32 |
|
| 33 |
Once you have installed the required dependencies, you can run the project using Streamlit. Streamlit provides an easy way to create interactive web applications in Python.
|