LEIDIA commited on
Commit
47726f7
Β·
verified Β·
1 Parent(s): 5c08db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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", 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
 
 
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