Erikaww commited on
Commit
0aedd0d
·
verified ·
1 Parent(s): 8fc9ad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def respond(
14
  """
15
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
16
  """
17
- client = InferenceClient(token=hf_token.token, model="apple/FastVLM-7B")
18
-
19
  messages = [{"role": "system", "content": system_message}]
20
 
21
  messages.extend(history)
 
14
  """
15
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
16
  """
17
+ #client = InferenceClient(token=hf_token.token, model="apple/FastVLM-7B")
18
+ client = InferenceClient(token=hf_token.token, model="apple/FastVLM-7B")
19
  messages = [{"role": "system", "content": system_message}]
20
 
21
  messages.extend(history)