Update app.py
Browse files
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 (
|
| 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
|
|
|
|
| 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 .")
|