Ammartatox commited on
Commit
7c089cd
1 Parent(s): e88b4ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ class MessageDict(TypedDict):
13
  # Load the model and tokenizer
14
  # Load model directly
15
  from transformers import AutoModel
16
- model = AutoModel.from_pretrained("Ammartatox/quanm")
17
- tokenizer = AutoTokenizer.from_pretrained("Ammartatox/MGPT")
18
 
19
  streamer = TextIteratorStreamer(tokenizer, skip_prompt=True)
20
 
 
13
  # Load the model and tokenizer
14
  # Load model directly
15
  from transformers import AutoModel
16
+ model = AutoModel.from_pretrained("Ammartatox/newqwen1e")
17
+ tokenizer = AutoTokenizer.from_pretrained("Ammartatox/newqwen1e")
18
 
19
  streamer = TextIteratorStreamer(tokenizer, skip_prompt=True)
20