TensorVizion commited on
Commit
ecc1094
·
verified ·
1 Parent(s): 789c331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import tempfile
6
  from huggingface_hub import InferenceClient
7
 
8
  # Replace this with your exact model repo ID
9
- MODEL_ID = "tensorvizion/O-wen-4.6"
10
 
11
  # Securely load the Hugging Face token from Space secrets
12
  hf_token = os.environ.get("HF_TOKEN")
 
6
  from huggingface_hub import InferenceClient
7
 
8
  # Replace this with your exact model repo ID
9
+ MODEL_ID = "meta-llama/Llama-3.1-8B-Instruct"
10
 
11
  # Securely load the Hugging Face token from Space secrets
12
  hf_token = os.environ.get("HF_TOKEN")