RinInori commited on
Commit
f87f02c
·
1 Parent(s): 370703b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -55,7 +55,6 @@ else:
55
  device_map={"": device},
56
  )
57
 
58
-
59
  def generate_prompt(instruction, input=None):
60
  if input:
61
  return f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
 
55
  device_map={"": device},
56
  )
57
 
 
58
  def generate_prompt(instruction, input=None):
59
  if input:
60
  return f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.