LEIDIA commited on
Commit
5c08db8
·
verified ·
1 Parent(s): bfb4019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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") # Carrega o dataset de imagens
 
 
 
 
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