Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from plotly.subplots import make_subplots
|
|
7 |
import plotly.graph_objects as go
|
8 |
import matplotlib.pyplot as plt
|
9 |
|
10 |
-
pip install -U sentence-transformers
|
11 |
|
12 |
from sentence_transformers import SentenceTransformer, util
|
13 |
import numpy as np
|
|
|
7 |
import plotly.graph_objects as go
|
8 |
import matplotlib.pyplot as plt
|
9 |
|
10 |
+
#pip install -U sentence-transformers
|
11 |
|
12 |
from sentence_transformers import SentenceTransformer, util
|
13 |
import numpy as np
|