Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,11 @@ pipe = pipe.to(device)
|
|
16 |
|
17 |
|
18 |
# Carregar o dataset do Hugging Face
|
19 |
-
dataset = load_dataset("LEIDIA/Data_Womleimg", split="train")
|
|
|
|
|
|
|
|
|
20 |
|
21 |
|
22 |
# Definir parâmetros padrão para geração rápida
|
|
|
16 |
|
17 |
|
18 |
# Carregar o dataset do Hugging Face
|
19 |
+
dataset = load_dataset("LEIDIA/Data_Womleimg", split="train")
|
20 |
+
|
21 |
+
print("Detalhes do dataset:", dataset)
|
22 |
+
print("Cache files:", dataset["train"].cache_files)
|
23 |
+
# Carrega o dataset de imagens
|
24 |
|
25 |
|
26 |
# Definir parâmetros padrão para geração rápida
|