Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from random import randint
|
|
| 11 |
from transformers import AutoTokenizer
|
| 12 |
|
| 13 |
st.set_page_config(page_title="Document Analysis", page_icon=":robot:")
|
| 14 |
-
st.header("Chat with your
|
| 15 |
|
| 16 |
model_name = "tiiuae/falcon-7b-instruct"
|
| 17 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
|
|
| 11 |
from transformers import AutoTokenizer
|
| 12 |
|
| 13 |
st.set_page_config(page_title="Document Analysis", page_icon=":robot:")
|
| 14 |
+
st.header("Chat with your bot (Model: Falcon-7B-Instruct)")
|
| 15 |
|
| 16 |
model_name = "tiiuae/falcon-7b-instruct"
|
| 17 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|