ekhk01 commited on
Commit
1541ee3
·
verified ·
1 Parent(s): 11562c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  import pandas as pd
5
 
6
  # Hugging Face Inference API endpoint for DeepSeek
7
- API_URL = "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-V2"
8
  headers = {"Authorization": f"Bearer {os.environ['HF_API_TOKEN']}"}
9
 
10
  def preprocess_csv(file_path):
 
4
  import pandas as pd
5
 
6
  # Hugging Face Inference API endpoint for DeepSeek
7
+ API_URL = "https://router.huggingface.co/models/deepseek-ai/DeepSeek-V2"
8
  headers = {"Authorization": f"Bearer {os.environ['HF_API_TOKEN']}"}
9
 
10
  def preprocess_csv(file_path):