1MR commited on
Commit
7d11cd9
·
verified ·
1 Parent(s): 4373597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -83,7 +83,8 @@ 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 = "microsoft/Phi-3-mini-4k-instruct"
 
87
  api_token = "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21"
88
 
89
  # 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 = "microsoft/Phi-3-mini-4k-instruct"
87
+ repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
88
  api_token = "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21"
89
 
90
  # Initialize the InferenceClient with your token