Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def inference(tokenizer, model, cleaned_input):
|
|
| 47 |
|
| 48 |
# Main function for Streamlit app
|
| 49 |
def main():
|
| 50 |
-
st.title('Sentiment
|
| 51 |
|
| 52 |
# Load tokenizer and model
|
| 53 |
# with st.spinner("Loading the Model and tokenizer..."):
|
|
|
|
| 47 |
|
| 48 |
# Main function for Streamlit app
|
| 49 |
def main():
|
| 50 |
+
st.title('Sentiment Analyser')
|
| 51 |
|
| 52 |
# Load tokenizer and model
|
| 53 |
# with st.spinner("Loading the Model and tokenizer..."):
|