Kevin676 commited on
Commit
002b9bb
1 Parent(s): b5b8bff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def evaluate(
55
 
56
  instruction = instruction.strip()
57
  input=None
58
- input = input.strip()
59
  ctx = generate_prompt(instruction, input)
60
 
61
  gpu_info = nvmlDeviceGetMemoryInfo(gpu_h)
 
55
 
56
  instruction = instruction.strip()
57
  input=None
58
+ # input = input.strip()
59
  ctx = generate_prompt(instruction, input)
60
 
61
  gpu_info = nvmlDeviceGetMemoryInfo(gpu_h)