gokceuludogan commited on
Commit
81fc300
·
verified ·
1 Parent(s): 73ec11f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- "turna_tr_hateprint",
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
  ],