bmas10 commited on
Commit
8242c1d
·
verified ·
1 Parent(s): a742d90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ messages = [
17
  pipe = pipeline("text-generation", model=model)
18
  pipe(messages)
19
 
20
-
21
  '''
22
  def chat(input_text, history=[]):
23
  history.append(input_text)
 
17
  pipe = pipeline("text-generation", model=model)
18
  pipe(messages)
19
 
20
+
21
  '''
22
  def chat(input_text, history=[]):
23
  history.append(input_text)