Logeswaransr commited on
Commit
7b8aeb1
·
1 Parent(s): b29b33a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -16,8 +16,6 @@ tokenizer=T5Tokenizer.from_pretrained("Logeswaransr/T5_MineAI_Prototype")
16
 
17
  pipe=pipeline('text2text-generation', model=model, tokenizer=tokenizer)
18
 
19
- sound_file = BytesIO()
20
-
21
  greetings=["Hello! My name is MineAI, A specially trained LLM here to assist you on your Mining Related Queries.","How may I help you?"]
22
 
23
  st.set_page_config(page_title='Sample Chatbot', layout='wide')
 
16
 
17
  pipe=pipeline('text2text-generation', model=model, tokenizer=tokenizer)
18
 
 
 
19
  greetings=["Hello! My name is MineAI, A specially trained LLM here to assist you on your Mining Related Queries.","How may I help you?"]
20
 
21
  st.set_page_config(page_title='Sample Chatbot', layout='wide')