Spaces:
Runtime error
Runtime error
Commit
·
cb46dad
1
Parent(s):
35fe3e9
update
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ if not os.path.exists('gray256.jpg'):
|
|
26 |
os.system('wget https://huggingface.co/JingyeChen22/textdiffuser2-full-ft/blob/main/gray256.jpg')
|
27 |
|
28 |
print(os.system('ls'))
|
29 |
-
|
30 |
-
print(
|
31 |
exit(0)
|
32 |
|
33 |
# #### import m1
|
|
|
26 |
os.system('wget https://huggingface.co/JingyeChen22/textdiffuser2-full-ft/blob/main/gray256.jpg')
|
27 |
|
28 |
print(os.system('ls'))
|
29 |
+
img = Image.open('./gray256.jpg')
|
30 |
+
print(img.size)
|
31 |
exit(0)
|
32 |
|
33 |
# #### import m1
|