mdr123 commited on
Commit
6499363
1 Parent(s): ae6eac8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import os
5
  st.title("Ask Codestral-22B-v0.1")
6
 
7
  hf_token = os.getenv("HUGGINGFACE_HUB_TOKEN")
 
8
  api_url = "https://api-inference.huggingface.co/models/mistralai/Codestral-22B-v0.1" # Update with correct owner and model name
9
 
10
  headers = {
 
5
  st.title("Ask Codestral-22B-v0.1")
6
 
7
  hf_token = os.getenv("HUGGINGFACE_HUB_TOKEN")
8
+ st.write(hf_token)
9
  api_url = "https://api-inference.huggingface.co/models/mistralai/Codestral-22B-v0.1" # Update with correct owner and model name
10
 
11
  headers = {