Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ HTML_Output = """<html><head><style>/* Tooltip container */
|
|
54 |
opacity: 1;
|
55 |
}</style></head><body>"""
|
56 |
|
57 |
-
model = SentenceTransformer("Corran/
|
58 |
|
59 |
rf = load_dataset("Corran/RhetoricFunctionsList")['train']['rhetoric_function']
|
60 |
|
|
|
54 |
opacity: 1;
|
55 |
}</style></head><body>"""
|
56 |
|
57 |
+
model = SentenceTransformer("Corran/SciGenNomicEmbed",trust_remote_code=True)
|
58 |
|
59 |
rf = load_dataset("Corran/RhetoricFunctionsList")['train']['rhetoric_function']
|
60 |
|