Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,8 @@ st.set_page_config(
|
|
11 |
page_icon="🥙",
|
12 |
initial_sidebar_state="expanded",
|
13 |
)
|
14 |
-
|
|
|
15 |
models = {
|
16 |
"AlephBERT-base": {
|
17 |
"name_or_path":"onlplab/alephbert-base",
|
|
|
11 |
page_icon="🥙",
|
12 |
initial_sidebar_state="expanded",
|
13 |
)
|
14 |
+
|
15 |
+
|
16 |
models = {
|
17 |
"AlephBERT-base": {
|
18 |
"name_or_path":"onlplab/alephbert-base",
|