Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ehristoforu/dalle-3-xl-lora-v2
cbensimon
/
dalle-3-xl-lora-v2
like
7
Paused
App
Files
Files
Community
cbensimon
HF staff
commited on
Jul 15, 2024
Commit
db4a1fe
·
verified
·
1 Parent(s):
77dcd9a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
3
-
import os
4
import random
5
import uuid
6
1
#!/usr/bin/env python
2
3
+
import os
; os.system("pip install --pre --upgrade spaces")
4
import random
5
import uuid
6