themanas021 commited on
Commit
8769437
1 Parent(s): eef917b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -5,8 +5,6 @@ import chainlit as cl
5
  import os
6
  repo_id = "tiiuae/falcon-7b-instruct"
7
 
8
- from config import HUGGINGFACEHUB_API_TOKEN
9
-
10
  # Set the token as an environment variable
11
  os.environ["HUGGINGFACEHUB_API_TOKEN"] = HUGGINGFACEHUB_API_TOKEN
12
 
 
5
  import os
6
  repo_id = "tiiuae/falcon-7b-instruct"
7
 
 
 
8
  # Set the token as an environment variable
9
  os.environ["HUGGINGFACEHUB_API_TOKEN"] = HUGGINGFACEHUB_API_TOKEN
10