Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ st.set_page_config(layout="wide")
|
|
15 |
|
16 |
model_checkpoint = "Rifky/indobert-hoax-classification"
|
17 |
base_model_checkpoint = "indobenchmark/indobert-base-p1"
|
18 |
-
data_checkpoint = "Rifky/hoax-
|
19 |
label = {0: "valid", 1: "fake"}
|
20 |
|
21 |
@st.cache(show_spinner=False, allow_output_mutation=True)
|
|
|
15 |
|
16 |
model_checkpoint = "Rifky/indobert-hoax-classification"
|
17 |
base_model_checkpoint = "indobenchmark/indobert-base-p1"
|
18 |
+
data_checkpoint = "Rifky/indonesian-hoax-news"
|
19 |
label = {0: "valid", 1: "fake"}
|
20 |
|
21 |
@st.cache(show_spinner=False, allow_output_mutation=True)
|