tushar-r-pawar commited on
Commit
2971ea5
·
verified ·
1 Parent(s): 5742ae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-chat-gguf")
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(