Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update: Comment out unused vars
Browse files
app.py
CHANGED
|
@@ -26,11 +26,11 @@ import gradio as gr # Web-UI für Demo/Spaces
|
|
| 26 |
# Projektspezifische Module
|
| 27 |
from lib.bert_regressor import BertMultiHeadRegressor
|
| 28 |
from lib.bert_regressor_utils import (
|
| 29 |
-
load_model_and_tokenizer,
|
| 30 |
predict_flavours,
|
| 31 |
#predict_is_review,
|
| 32 |
-
TARGET_COLUMNS,
|
| 33 |
-
ICONS
|
| 34 |
)
|
| 35 |
from lib.wheel import build_svg_with_values
|
| 36 |
from lib.examples import EXAMPLES
|
|
|
|
| 26 |
# Projektspezifische Module
|
| 27 |
from lib.bert_regressor import BertMultiHeadRegressor
|
| 28 |
from lib.bert_regressor_utils import (
|
| 29 |
+
#load_model_and_tokenizer,
|
| 30 |
predict_flavours,
|
| 31 |
#predict_is_review,
|
| 32 |
+
#TARGET_COLUMNS,
|
| 33 |
+
#ICONS
|
| 34 |
)
|
| 35 |
from lib.wheel import build_svg_with_values
|
| 36 |
from lib.examples import EXAMPLES
|