amirgame197 commited on
Commit
8b5798e
·
verified ·
1 Parent(s): 39f0ee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -8,10 +8,7 @@ models=[
8
  "google/gemma-7b"
9
  ]
10
  clients=[
11
- InferenceClient(models[0]),
12
- InferenceClient(models[1]),
13
- InferenceClient(models[2]),
14
- InferenceClient(models[3]),
15
  ]
16
 
17
  VERBOSE=False
 
8
  "google/gemma-7b"
9
  ]
10
  clients=[
11
+ InferenceClient(models[0])
 
 
 
12
  ]
13
 
14
  VERBOSE=False