Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,7 @@ with gr.Blocks(theme="abidlabs/Lime") as hate_speech_demo:
|
|
62 |
with gr.Column():
|
63 |
model_choice_binary = gr.Radio(
|
64 |
choices=[
|
65 |
-
"
|
66 |
-
"turna_tr_hateprint_5e6_w0.1_",
|
67 |
"berturk_tr_hateprint_w0.1",
|
68 |
"berturk_tr_hateprint_w0.1_b128"
|
69 |
],
|
|
|
62 |
with gr.Column():
|
63 |
model_choice_binary = gr.Radio(
|
64 |
choices=[
|
65 |
+
"turna_tr_hateprint_w0.1_new_",
|
|
|
66 |
"berturk_tr_hateprint_w0.1",
|
67 |
"berturk_tr_hateprint_w0.1_b128"
|
68 |
],
|