Andinda commited on
Commit
d136432
·
verified ·
1 Parent(s): f1ea600
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ Birinci Dünya Savaşı sırasında Osmanlı ordusunda görev yapan Atatürk, Ç
16
 
17
  st.title("Demo for Sestwana NER Models")
18
 
19
- model_list = ['https://huggingface.co/dsfsi/PuoBERTa'
20
- 'akdeniz27/convbert-base-turkish-cased-ner',]
21
 
22
  st.sidebar.header("Select NER Model")
23
  model_checkpoint = st.sidebar.radio("", model_list)
 
16
 
17
  st.title("Demo for Sestwana NER Models")
18
 
19
+ model_list = ['https://huggingface.co/dsfsi/PuoBERTa',
20
+ 'akdeniz27/convbert-base-turkish-cased-ner']
21
 
22
  st.sidebar.header("Select NER Model")
23
  model_checkpoint = st.sidebar.radio("", model_list)