Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,4 +80,3 @@ if user_input:
|
|
| 80 |
outputs = model.generate(inputs, max_length=100, num_return_sequences=1)
|
| 81 |
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
| 82 |
st.write(f"Chatbot: {response}")
|
| 83 |
-
|
|
|
|
| 80 |
outputs = model.generate(inputs, max_length=100, num_return_sequences=1)
|
| 81 |
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
| 82 |
st.write(f"Chatbot: {response}")
|
|
|