LEIDIA commited on
Commit
26be12d
Β·
verified Β·
1 Parent(s): b80cdda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -15,8 +15,7 @@ pipe = DiffusionPipeline.from_pretrained(model_repo_id)
15
  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
  # Carrega o dataset de imagens
 
15
  pipe = pipe.to(device)
16
 
17
 
18
+
 
19
 
20
  print("Detalhes do dataset:", dataset)
21
  # Carrega o dataset de imagens