bkoz commited on
Commit
40ebb44
·
verified ·
1 Parent(s): 09a1596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def greet(n):
28
  "How's the weather in Barcelona?",
29
  ]
30
 
31
- print(f'Making inference... {prompt}')
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,