Kev09 commited on
Commit
1b0a980
·
verified ·
1 Parent(s): c1cb739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def greet(name):
5
 
6
  from huggingface_hub import InferenceClient
7
 
8
- client = InferenceClient(api_key="hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
9
 
10
  messages = [
11
  {
 
5
 
6
  from huggingface_hub import InferenceClient
7
 
8
+ client = InferenceClient()
9
 
10
  messages = [
11
  {