bmas10 commited on
Commit
b85b6e0
·
verified ·
1 Parent(s): 6450ec3

Update app.py

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