bkoz commited on
Commit
b5d0ba6
1 Parent(s): 9e986fb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def greet(n):
30
  "How's the weather in Barcelona?",
31
  ]
32
 
33
- print(f'Making an inference...... {prompts[0]}')
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,