NOABOL35631y commited on
Commit
8a81bb3
·
1 Parent(s): b4d315c

Create Dall e

Browse files
Files changed (1) hide show
  1. Dall e +3 -0
Dall e ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from transformers import eBart
2
+
3
+ model = eBart.from_pretrained("dalle-mini/dalle-mini")