TensorVizion commited on
Commit
dfbd07a
·
verified ·
1 Parent(s): 080d73e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import InferenceClient
7
 
8
  # Replace this with your exact model repo ID
9
  # Note: Ensure exact casing. If the model is a GGUF, we will need to change how this runs.
10
- MODEL_ID = "tensorvizion/O-wen-4.6"
11
 
12
  # Securely load the Hugging Face token from Space secrets
13
  hf_token = os.environ.get("HF_TOKEN")
 
7
 
8
  # Replace this with your exact model repo ID
9
  # Note: Ensure exact casing. If the model is a GGUF, we will need to change how this runs.
10
+ MODEL_ID = "Qwen/Qwen2.5-7B-Instruct"
11
 
12
  # Securely load the Hugging Face token from Space secrets
13
  hf_token = os.environ.get("HF_TOKEN")