Spaces:
Running
Running
inoki-giskard
commited on
Commit
•
970a44b
1
Parent(s):
8f809e2
Fix import
Browse files
app_text_classification.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import uuid
|
3 |
from io_utils import read_scanners, write_scanners, read_inference_type, write_inference_type, get_logs_file
|
4 |
from wordings import INTRODUCTION_MD, CONFIRM_MAPPING_DETAILS_MD
|
5 |
-
from text_classification_ui_helpers import try_submit, check_dataset_and_get_config, check_dataset_and_get_split, check_model_and_show_prediction, write_column_mapping_to_config
|
6 |
|
7 |
MAX_LABELS = 20
|
8 |
MAX_FEATURES = 20
|
|
|
2 |
import uuid
|
3 |
from io_utils import read_scanners, write_scanners, read_inference_type, write_inference_type, get_logs_file
|
4 |
from wordings import INTRODUCTION_MD, CONFIRM_MAPPING_DETAILS_MD
|
5 |
+
from text_classification_ui_helpers import try_submit, check_dataset_and_get_config, check_dataset_and_get_split, check_model_and_show_prediction, write_column_mapping_to_config
|
6 |
|
7 |
MAX_LABELS = 20
|
8 |
MAX_FEATURES = 20
|