willn9 commited on
Commit
ba12f7c
·
verified ·
1 Parent(s): 19470e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -8,10 +8,6 @@ HF_MODEL_NAME = os.environ.get("HF_MODEL_NAME")
8
 
9
  client = InferenceClient(model=HF_MODEL_NAME, token=HF_API_KEY)
10
 
11
-
12
- #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
13
-
14
-
15
  def respond(
16
  message,
17
  history: list[tuple[str, str]],
 
8
 
9
  client = InferenceClient(model=HF_MODEL_NAME, token=HF_API_KEY)
10
 
 
 
 
 
11
  def respond(
12
  message,
13
  history: list[tuple[str, str]],