Omnibus commited on
Commit
3194dfa
·
verified ·
1 Parent(s): f69f8fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ def load_models(inp):
24
  print(type(inp))
25
  print(inp)
26
  print(models[inp])
27
- client_z.clear()
28
- client_z.append(InferenceClient(models[inp]))
29
  return gr.update(label=models[inp])
30
 
31
  def format_prompt(message, history, cust_p):
 
24
  print(type(inp))
25
  print(inp)
26
  print(models[inp])
27
+ #client_z.clear()
28
+ #client_z.append(InferenceClient(models[inp]))
29
  return gr.update(label=models[inp])
30
 
31
  def format_prompt(message, history, cust_p):