Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app/__pycache__/openai_chat_completion.cpython-310.pyc
CHANGED
Binary files a/app/__pycache__/openai_chat_completion.cpython-310.pyc and b/app/__pycache__/openai_chat_completion.cpython-310.pyc differ
|
|
hf-space-upload.ipynb
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"cells": [
|
3 |
{
|
4 |
"cell_type": "code",
|
5 |
-
"execution_count":
|
6 |
"metadata": {},
|
7 |
"outputs": [
|
8 |
{
|
@@ -11,7 +11,7 @@
|
|
11 |
"'https://huggingface.co/spaces/kaleidoscope-data/data-cleaning-llm/tree/main/'"
|
12 |
]
|
13 |
},
|
14 |
-
"execution_count":
|
15 |
"metadata": {},
|
16 |
"output_type": "execute_result"
|
17 |
}
|
|
|
2 |
"cells": [
|
3 |
{
|
4 |
"cell_type": "code",
|
5 |
+
"execution_count": 6,
|
6 |
"metadata": {},
|
7 |
"outputs": [
|
8 |
{
|
|
|
11 |
"'https://huggingface.co/spaces/kaleidoscope-data/data-cleaning-llm/tree/main/'"
|
12 |
]
|
13 |
},
|
14 |
+
"execution_count": 6,
|
15 |
"metadata": {},
|
16 |
"output_type": "execute_result"
|
17 |
}
|
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ pandas==2.0.3
|
|
5 |
python-dotenv==1.0.0
|
6 |
scikit_learn==1.2.2
|
7 |
SQLAlchemy==2.0.18
|
8 |
-
streamlit==1.24.
|
9 |
tenacity==8.2.2
|
10 |
tqdm==4.65.0
|
11 |
yallmf @ git+https://github.com/greendata-ai/yallmf.git
|
|
|
5 |
python-dotenv==1.0.0
|
6 |
scikit_learn==1.2.2
|
7 |
SQLAlchemy==2.0.18
|
8 |
+
streamlit==1.24.1
|
9 |
tenacity==8.2.2
|
10 |
tqdm==4.65.0
|
11 |
yallmf @ git+https://github.com/greendata-ai/yallmf.git
|