stellababy2004 commited on
Commit
0214ac9
·
verified ·
1 Parent(s): 16692fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from langdetect import detect
5
 
6
  client = InferenceClient(
7
  provider="featherless-ai",
8
- # api_key=os.environ["HF_TOKEN"]
9
  )
10
 
11
  def chat_fn(message):
 
5
 
6
  client = InferenceClient(
7
  provider="featherless-ai",
8
+ api_key=os.environ["HF_TOKEN"]
9
  )
10
 
11
  def chat_fn(message):