JairoCesar commited on
Commit
0a58fe0
·
verified ·
1 Parent(s): 4b8fc67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import json
7
  import re
8
  import os
9
 
 
 
10
  @st.cache_resource
11
  def get_inference_client():
12
  return InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
 
7
  import re
8
  import os
9
 
10
+ hf_token = os.getenv("HF_TOKEN")
11
+
12
  @st.cache_resource
13
  def get_inference_client():
14
  return InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")