JamalAG commited on
Commit
f755344
·
verified ·
1 Parent(s): 008c9df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  from transformers import pipeline, AutoModel
 
3
 
4
  def main():
5
  st.title("Chatbot with Hugging Face Model")
 
1
  import streamlit as st
2
  from transformers import pipeline, AutoModel
3
+ import torch
4
 
5
  def main():
6
  st.title("Chatbot with Hugging Face Model")