1MR commited on
Commit
7db758c
·
verified ·
1 Parent(s): dfc488d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -82,7 +82,8 @@ async def predict_image_and_nutrition(file: UploadFile = File(...)):
82
  os.remove(file_location)
83
 
84
  # Define the repository ID and your token
85
- repo_id = "microsoft/Phi-3-mini-4k-instruct"
 
86
  api_token = "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21"
87
 
88
  # Initialize the InferenceClient with your token
 
82
  os.remove(file_location)
83
 
84
  # Define the repository ID and your token
85
+ #repo_id = "microsoft/Phi-3-mini-4k-instruct"
86
+ repo_id = "google/gemma-2-9b-it"
87
  api_token = "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21"
88
 
89
  # Initialize the InferenceClient with your token