Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def greet(n):
|
|
28 |
"How's the weather in Barcelona?",
|
29 |
]
|
30 |
|
31 |
-
print(f'Making inference... {
|
32 |
output = llm(
|
33 |
prompts[0],
|
34 |
max_tokens=512,
|
|
|
28 |
"How's the weather in Barcelona?",
|
29 |
]
|
30 |
|
31 |
+
print(f'Making inference... {prompts[0]}')
|
32 |
output = llm(
|
33 |
prompts[0],
|
34 |
max_tokens=512,
|