saikiranmansa commited on
Commit
0ec9ab9
Β·
verified Β·
1 Parent(s): 5eecd78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,7 +57,7 @@ def classify_text(text, classes):
57
  return predicted_class
58
 
59
  # Streamlit UI
60
- st.title("πŸ“ Text Classification with LLaMA 2 Chat (CPU, FP16)")
61
  st.write("Powered by LLaMA 2 Chat & Hugging Face")
62
 
63
  # User Input
@@ -78,4 +78,4 @@ if st.button("Classify"):
78
  st.warning("Please enter some text to classify.")
79
 
80
  st.markdown("---")
81
- st.write("πŸ” This app classifies text using the LLaMA 2 Chat model with FP16 on CPU.")
 
57
  return predicted_class
58
 
59
  # Streamlit UI
60
+ st.title("πŸ“ Text Classification with LLaMA 2 Chat ( FP16)")
61
  st.write("Powered by LLaMA 2 Chat & Hugging Face")
62
 
63
  # User Input
 
78
  st.warning("Please enter some text to classify.")
79
 
80
  st.markdown("---")
81
+ st.write("πŸ” This app classifies text using the LLaMA 2 Chat model with FP16 .")