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