Spaces:
Runtime error
Runtime error
import tempfile
Browse files- app.py +1 -0
- requirements.txt +1 -0
app.py
CHANGED
@@ -10,6 +10,7 @@ import openai
|
|
10 |
from openai.embeddings_utils import get_embedding, distances_from_embeddings
|
11 |
import os
|
12 |
import pinecone
|
|
|
13 |
from dotenv import load_dotenv
|
14 |
|
15 |
# whisper
|
|
|
10 |
from openai.embeddings_utils import get_embedding, distances_from_embeddings
|
11 |
import os
|
12 |
import pinecone
|
13 |
+
import tempfile
|
14 |
from dotenv import load_dotenv
|
15 |
|
16 |
# whisper
|
requirements.txt
CHANGED
@@ -9,6 +9,7 @@ plotly
|
|
9 |
scipy
|
10 |
sklearn
|
11 |
scikit-learn
|
|
|
12 |
pandas
|
13 |
numpy
|
14 |
git+https://github.com/openai/whisper.git
|
|
|
9 |
scipy
|
10 |
sklearn
|
11 |
scikit-learn
|
12 |
+
tempfile
|
13 |
pandas
|
14 |
numpy
|
15 |
git+https://github.com/openai/whisper.git
|