arunavsk1 commited on
Commit
1ff7fd5
1 Parent(s): 89c66bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ model_list = ['/arunavsk1/my-awesome-pubmed-bert/'
22
  ]
23
 
24
  # st.sidebar.header("Select NER Model")
25
- # model_checkpoint = st.sidebar.radio("", model_list)
26
 
27
  # st.sidebar.write("For details of models: 'https://huggingface.co/akdeniz27/")
28
  # st.sidebar.write("")
 
22
  ]
23
 
24
  # st.sidebar.header("Select NER Model")
25
+ model_checkpoint = st.sidebar.radio("", model_list)
26
 
27
  # st.sidebar.write("For details of models: 'https://huggingface.co/akdeniz27/")
28
  # st.sidebar.write("")