decodemai commited on
Commit
59fbbdc
1 Parent(s): a49071b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def getadline(text_inp):
104
  print(text_inp)
105
  print(datetime.today().strftime("%d-%m-%Y"))
106
 
107
- text = prompt+"\nInput:"+text_inp + "\nOutput:"
108
  resp = infer(text,seed=random.randint(0,100))
109
 
110
  generated_text=resp[0]['generated_text']
 
104
  print(text_inp)
105
  print(datetime.today().strftime("%d-%m-%Y"))
106
 
107
+ text = prompt_text+"\nInput:"+text_inp + "\nOutput:"
108
  resp = infer(text,seed=random.randint(0,100))
109
 
110
  generated_text=resp[0]['generated_text']