Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
import streamlit as st
|
5 |
import plotly.express as px
|
6 |
from models import NLI_MODEL_OPTIONS, NSP_MODEL_OPTIONS, METHOD_OPTIONS
|
7 |
-
from
|
8 |
|
9 |
print(f"Total mem: {psutil.virtual_memory().total}")
|
10 |
|
|
|
4 |
import streamlit as st
|
5 |
import plotly.express as px
|
6 |
from models import NLI_MODEL_OPTIONS, NSP_MODEL_OPTIONS, METHOD_OPTIONS
|
7 |
+
from zeroshot_classification.classifiers import NSPZeroshotClassifier, NLIZeroshotClassifier
|
8 |
|
9 |
print(f"Total mem: {psutil.virtual_memory().total}")
|
10 |
|