Jimin Park
commited on
Commit
·
75d5c05
1
Parent(s):
abcb943
added model
Browse files- requirements.txt +5 -1
- util/app.py +0 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,8 @@ gradio==4.19.2
|
|
| 2 |
pandas==2.1.4
|
| 3 |
requests==2.31.0
|
| 4 |
xgboost==2.0.3
|
| 5 |
-
huggingface-hub==0.20.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pandas==2.1.4
|
| 3 |
requests==2.31.0
|
| 4 |
xgboost==2.0.3
|
| 5 |
+
huggingface-hub==0.20.3
|
| 6 |
+
numpy==1.26.0
|
| 7 |
+
scikit-learn==1.3.1
|
| 8 |
+
selenium==4.12.0
|
| 9 |
+
webdriver-manager==4.0.0
|
util/app.py
CHANGED
|
@@ -25,7 +25,6 @@ from webdriver_manager.chrome import ChromeDriverManager
|
|
| 25 |
from selenium.webdriver.common.by import By
|
| 26 |
from selenium.webdriver.support.ui import WebDriverWait
|
| 27 |
from selenium.webdriver.support import expected_conditions as EC
|
| 28 |
-
import pandas as pd
|
| 29 |
from helper import format_summoner_name
|
| 30 |
|
| 31 |
# Download the model from Hugging Face Hub
|
|
|
|
| 25 |
from selenium.webdriver.common.by import By
|
| 26 |
from selenium.webdriver.support.ui import WebDriverWait
|
| 27 |
from selenium.webdriver.support import expected_conditions as EC
|
|
|
|
| 28 |
from helper import format_summoner_name
|
| 29 |
|
| 30 |
# Download the model from Hugging Face Hub
|