1MR commited on
Commit
90fd843
·
verified ·
1 Parent(s): ea6aba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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21"
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(