Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ model_list = ['/arunavsk1/my-awesome-pubmed-bert/'
|
|
22 |
]
|
23 |
|
24 |
# st.sidebar.header("Select NER Model")
|
25 |
-
|
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("")
|