sifujohn commited on
Commit
39c0ecb
·
verified ·
1 Parent(s): 6c02936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ client = InferenceClient(
7
  )
8
 
9
  class GroupTherapyAgent:
10
- def __init__(self, client, tokenizer):
11
  self.client = client
12
  self.tokenizer = tokenizer
13
  self.max_length = 64
 
7
  )
8
 
9
  class GroupTherapyAgent:
10
+ def __init__(self, client, tokenizer):
11
  self.client = client
12
  self.tokenizer = tokenizer
13
  self.max_length = 64