Spaces:
Running
Running
Update model_comparison.py
Browse files- model_comparison.py +1 -1
model_comparison.py
CHANGED
@@ -5,7 +5,7 @@ import plotly.express as px
|
|
5 |
from yaml import safe_load
|
6 |
import user_evaluation_variables
|
7 |
from pathlib import Path
|
8 |
-
from huggingface_hub import snapshot_download
|
9 |
from profanity_check import predict
|
10 |
|
11 |
databaseDF = None
|
|
|
5 |
from yaml import safe_load
|
6 |
import user_evaluation_variables
|
7 |
from pathlib import Path
|
8 |
+
from huggingface_hub import snapshot_download, CommitScheduler, login
|
9 |
from profanity_check import predict
|
10 |
|
11 |
databaseDF = None
|