Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ async def predict_image_and_nutrition(file: UploadFile = File(...)):
|
|
| 86 |
repo_id = "Qwen/Qwen2.5-72B-Instruct"
|
| 87 |
# repo_id = "microsoft/Phi-3-mini-4k-instruct"
|
| 88 |
#repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
| 89 |
-
api_token = "
|
| 90 |
|
| 91 |
# Initialize the InferenceClient with your token
|
| 92 |
llm_client = InferenceClient(
|
|
|
|
| 86 |
repo_id = "Qwen/Qwen2.5-72B-Instruct"
|
| 87 |
# repo_id = "microsoft/Phi-3-mini-4k-instruct"
|
| 88 |
#repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
| 89 |
+
api_token = "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12"
|
| 90 |
|
| 91 |
# Initialize the InferenceClient with your token
|
| 92 |
llm_client = InferenceClient(
|