feat: remove python from req
Browse files- app.py +0 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -4,7 +4,6 @@ from pathlib import Path
|
|
| 4 |
import numpy as np
|
| 5 |
import gradio as gr
|
| 6 |
import requests
|
| 7 |
-
from sklearn.preprocessing import OneHotEncoder
|
| 8 |
|
| 9 |
# Store the server's URL
|
| 10 |
SERVER_URL = "http://127.0.0.1:7860/"
|
|
|
|
| 4 |
import numpy as np
|
| 5 |
import gradio as gr
|
| 6 |
import requests
|
|
|
|
| 7 |
|
| 8 |
# Store the server's URL
|
| 9 |
SERVER_URL = "http://127.0.0.1:7860/"
|
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
python==3.10.10
|
| 2 |
aiofiles==23.2.1
|
| 3 |
annotated-types==0.7.0
|
| 4 |
anyio==4.6.0
|
|
|
|
|
|
|
| 1 |
aiofiles==23.2.1
|
| 2 |
annotated-types==0.7.0
|
| 3 |
anyio==4.6.0
|