Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thealper2
/
turkish-hate-speech-streamlit
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thealper2
commited on
May 12, 2023
Commit
a327a01
·
1 Parent(s):
7afc2f0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -138,4 +138,4 @@ text = st.text_input("Bir metin giriniz...")
138
res = st.button("Sınıflandır")
139
140
if res:
141
-
predict(
ext
)
138
res = st.button("Sınıflandır")
139
140
if res:
141
+
predict(
text
)