Update app.py
Browse files
app.py
CHANGED
@@ -16,10 +16,9 @@ pipe = pipe.to(device)
|
|
16 |
|
17 |
|
18 |
# Carregar o dataset do Hugging Face
|
19 |
-
dataset = load_dataset("LEIDIA/Data_Womleimg"
|
20 |
|
21 |
print("Detalhes do dataset:", dataset)
|
22 |
-
print("Cache files:", dataset["train"].cache_files)
|
23 |
# Carrega o dataset de imagens
|
24 |
|
25 |
|
|
|
16 |
|
17 |
|
18 |
# Carregar o dataset do Hugging Face
|
19 |
+
dataset = load_dataset("LEIDIA/Data_Womleimg")
|
20 |
|
21 |
print("Detalhes do dataset:", dataset)
|
|
|
22 |
# Carrega o dataset de imagens
|
23 |
|
24 |
|