Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ user_api_key = st.sidebar.text_input(
|
|
| 28 |
type="password")
|
| 29 |
|
| 30 |
if user_api_key is not None and user_api_key.strip() != "":
|
| 31 |
-
huggingfacehub_api_token = os.environ[user_api_key]
|
| 32 |
|
| 33 |
#setting up the LLM
|
| 34 |
repo_id = "tiiuae/falcon-7b-instruct"
|
|
|
|
| 28 |
type="password")
|
| 29 |
|
| 30 |
if user_api_key is not None and user_api_key.strip() != "":
|
| 31 |
+
# huggingfacehub_api_token = os.environ[user_api_key]
|
| 32 |
|
| 33 |
#setting up the LLM
|
| 34 |
repo_id = "tiiuae/falcon-7b-instruct"
|