Omnibus commited on
Commit
2e2d93f
1 Parent(s): 860d7ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -17,6 +17,8 @@ models=[
17
  "mistralai/Mixtral-8x7B-Instruct-v0.2",
18
  ]
19
 
 
 
20
  def load_models(inp):
21
  print(type(inp))
22
  print(inp)
@@ -27,7 +29,7 @@ def load_models(inp):
27
 
28
  VERBOSE=False
29
 
30
- def load_models(inp):
31
  if VERBOSE==True:
32
  print(type(inp))
33
  print(inp)
 
17
  "mistralai/Mixtral-8x7B-Instruct-v0.2",
18
  ]
19
 
20
+
21
+
22
  def load_models(inp):
23
  print(type(inp))
24
  print(inp)
 
29
 
30
  VERBOSE=False
31
 
32
+ def load_models_OG(inp):
33
  if VERBOSE==True:
34
  print(type(inp))
35
  print(inp)