basit123796 commited on
Commit
5542f83
·
verified ·
1 Parent(s): fdd1208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,13 +10,13 @@ ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
10
  "google/gemma-7b-it",
11
  "google/gemma-2b",
12
  "google/gemma-2b-it"
13
- ]
14
  clients=[
15
  InferenceClient(models[0]),
16
  InferenceClient(models[1]),
17
  InferenceClient(models[2]),
18
  InferenceClient(models[3]),
19
- ]#
20
 
21
  VERBOSE=False
22
 
 
10
  "google/gemma-7b-it",
11
  "google/gemma-2b",
12
  "google/gemma-2b-it"
13
+ ]#
14
  clients=[
15
  InferenceClient(models[0]),
16
  InferenceClient(models[1]),
17
  InferenceClient(models[2]),
18
  InferenceClient(models[3]),
19
+ ]
20
 
21
  VERBOSE=False
22