Valeriy Sinyukov
commited on
Commit
Β·
7aae4ed
1
Parent(s):
798274c
Remove src dir
Browse files- app.py +2 -2
- {src/category_classification β category_classification}/__init__.py +0 -0
- {src/category_classification β category_classification}/models/__init__.py +0 -0
- {src/category_classification β category_classification}/models/models.py +0 -0
- {src/category_classification β category_classification}/models/oracat__bert_paper_classifier/model.py +0 -0
- {src/category_classification β category_classification}/models/oracat__bert_paper_classifier_arxiv/model.py +0 -0
- src/common.py β common.py +0 -0
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
from
|
| 4 |
-
from
|
| 5 |
|
| 6 |
@st.cache_data
|
| 7 |
def load_class_model(name):
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
from category_classification.models import models as class_models
|
| 4 |
+
from common import Input
|
| 5 |
|
| 6 |
@st.cache_data
|
| 7 |
def load_class_model(name):
|
{src/category_classification β category_classification}/__init__.py
RENAMED
|
File without changes
|
{src/category_classification β category_classification}/models/__init__.py
RENAMED
|
File without changes
|
{src/category_classification β category_classification}/models/models.py
RENAMED
|
File without changes
|
{src/category_classification β category_classification}/models/oracat__bert_paper_classifier/model.py
RENAMED
|
File without changes
|
{src/category_classification β category_classification}/models/oracat__bert_paper_classifier_arxiv/model.py
RENAMED
|
File without changes
|
src/common.py β common.py
RENAMED
|
File without changes
|