SivaResearch commited on
Commit
097234e
1 Parent(s): 8e06039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ from transformers import StoppingCriteria, StoppingCriteriaList, TextIteratorStr
5
  from threading import Thread
6
 
7
 
8
-
9
  # Loading the tokenizer and model from Hugging Face's model hub.
10
  tokenizer = AutoTokenizer.from_pretrained("SivaResearch/tinyllama-Siv-v2")
11
  model = AutoModelForCausalLM.from_pretrained("SivaResearch/tinyllama-Siv-v2")
 
5
  from threading import Thread
6
 
7
 
 
8
  # Loading the tokenizer and model from Hugging Face's model hub.
9
  tokenizer = AutoTokenizer.from_pretrained("SivaResearch/tinyllama-Siv-v2")
10
  model = AutoModelForCausalLM.from_pretrained("SivaResearch/tinyllama-Siv-v2")