sudan94 commited on
Commit
08f1c81
·
1 Parent(s): 871ef5b

.env example file added

Browse files
Files changed (2) hide show
  1. .env.example +1 -0
  2. 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.