Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@
|
|
89 |
|
90 |
import torch
|
91 |
import streamlit as st
|
92 |
-
from transformers import
|
93 |
|
94 |
model_name="facebook/blenderbot-400M-distill"
|
95 |
|
|
|
89 |
|
90 |
import torch
|
91 |
import streamlit as st
|
92 |
+
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
93 |
|
94 |
model_name="facebook/blenderbot-400M-distill"
|
95 |
|