TensorVizion commited on
Commit
19f15ec
·
verified ·
1 Parent(s): ecc1094

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "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")
@@ -338,4 +338,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
338
 
339
  # Launch the app
340
  if __name__ == "__main__":
341
- demo.launch()
 
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")
 
338
 
339
  # Launch the app
340
  if __name__ == "__main__":
341
+ demo.launch()