Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,9 +83,9 @@ async def predict_image_and_nutrition(file: UploadFile = File(...)):
|
|
| 83 |
|
| 84 |
# Define the repository ID and your token
|
| 85 |
#repo_id = "google/gemma-2-9b-it"
|
| 86 |
-
repo_id = "Qwen/Qwen2.5-72B-Instruct"
|
| 87 |
# repo_id = "microsoft/Phi-3-mini-4k-instruct"
|
| 88 |
-
|
| 89 |
api_token = "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21"
|
| 90 |
|
| 91 |
# Initialize the InferenceClient with your token
|
|
|
|
| 83 |
|
| 84 |
# Define the repository ID and your token
|
| 85 |
#repo_id = "google/gemma-2-9b-it"
|
| 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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21"
|
| 90 |
|
| 91 |
# Initialize the InferenceClient with your token
|