Spaces:
Runtime error
Runtime error
Tho Tran
commited on
typo LMAO
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoConfig
|
|
4 |
import numpy as np
|
5 |
from scipy.special import softmax
|
6 |
import streamlit as st
|
7 |
-
st.title("Tho Tran -
|
8 |
# Preprocess text (username and link placeholders)
|
9 |
def preprocess(text):
|
10 |
new_text = []
|
|
|
4 |
import numpy as np
|
5 |
from scipy.special import softmax
|
6 |
import streamlit as st
|
7 |
+
st.title("Tho Tran - Milestone2")
|
8 |
# Preprocess text (username and link placeholders)
|
9 |
def preprocess(text):
|
10 |
new_text = []
|