Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|