Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ api_token = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
|
13 |
|
14 |
# Initialize model and tokenizer using the AutoModel from AirLLM
|
15 |
MAX_LENGTH = 128
|
16 |
-
model = AutoModel.from_pretrained("internlm/internlm2_5-7b
|
17 |
|
18 |
# Streamlit app configuration
|
19 |
st.set_page_config(
|
|
|
13 |
|
14 |
# Initialize model and tokenizer using the AutoModel from AirLLM
|
15 |
MAX_LENGTH = 128
|
16 |
+
model = AutoModel.from_pretrained("internlm/internlm2_5-7b")
|
17 |
|
18 |
# Streamlit app configuration
|
19 |
st.set_page_config(
|