awacke1 commited on
Commit
855a9f6
·
1 Parent(s): 1ba42fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import gradio as gr
3
  from datasets import load_dataset
4
 
5
  #dataset = load_dataset("laion/laion2B-en-joined") too big space evicted
6
- dataset = load_dataset("laion/laion-coco") # try smaller?
 
7
 
8
 
9
  print (type(dataset))
 
3
  from datasets import load_dataset
4
 
5
  #dataset = load_dataset("laion/laion2B-en-joined") too big space evicted
6
+ #dataset = load_dataset("laion/laion-coco") # try smaller? evicted again. try try again
7
+ dataset = load_dataset("laion/laion400m") # smaller still - you can do it!
8
 
9
 
10
  print (type(dataset))