Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
)
|