Update app.py
Browse files
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://
|
| 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):
|