CCockrum commited on
Commit
656144e
·
verified ·
1 Parent(s): fc43f27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ body {
53
  }
54
  """
55
 
56
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
57
 
58
  # Chat logic
59
  def respond(message, history, level, max_tokens, temperature, top_p):
 
53
  }
54
  """
55
 
 
56
 
57
  # Chat logic
58
  def respond(message, history, level, max_tokens, temperature, top_p):