1MR commited on
Commit
bd35f20
·
verified ·
1 Parent(s): 58a9809

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ class_labels = {0: 'Baked Potato',1: 'Burger',2: 'Cake',3: 'Chips',4: 'Crispy Ch
61
 
62
  api_key='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00'
63
  llm = HuggingFaceEndpoint(
64
- repo_id="Qwen/Qwen2.5-72B-Instruct",
65
  max_new_tokens=512,
66
  client=api_key[:-2]
67
  )
 
61
 
62
  api_key='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00'
63
  llm = HuggingFaceEndpoint(
64
+ repo_id="microsoft/Phi-3-mini-4k-instruct",
65
  max_new_tokens=512,
66
  client=api_key[:-2]
67
  )