Update app.py
Browse files
app.py
CHANGED
|
@@ -21,8 +21,6 @@ print(dataset)
|
|
| 21 |
|
| 22 |
from huggingface_hub import get_full_repo_name
|
| 23 |
repo_path = get_full_repo_name("ojoel98/App2")
|
| 24 |
-
|
| 25 |
-
import os
|
| 26 |
training_data_path = os.path.join(repo_path, "training data")
|
| 27 |
|
| 28 |
#Procesamiento de las imágenes
|
|
|
|
| 21 |
|
| 22 |
from huggingface_hub import get_full_repo_name
|
| 23 |
repo_path = get_full_repo_name("ojoel98/App2")
|
|
|
|
|
|
|
| 24 |
training_data_path = os.path.join(repo_path, "training data")
|
| 25 |
|
| 26 |
#Procesamiento de las imágenes
|