Huma97 commited on
Commit
19a801b
1 Parent(s): 55af8ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
30
  import streamlit as st
31
 
32
 
33
- st.write(stream('Count to ten'))
34
 
35
  # Load pre-trained LLaMA 2 model and tokenizer
36
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map='auto')
 
30
  import streamlit as st
31
 
32
 
33
+ # st.write(stream('Count to ten'))
34
 
35
  # Load pre-trained LLaMA 2 model and tokenizer
36
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map='auto')