Spaces:
Sleeping
Sleeping
Commit
·
165bb4d
1
Parent(s):
cb46dad
update
Browse files
app.py
CHANGED
@@ -26,7 +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(img.size)
|
31 |
exit(0)
|
32 |
|
|
|
26 |
os.system('wget https://huggingface.co/JingyeChen22/textdiffuser2-full-ft/blob/main/gray256.jpg')
|
27 |
|
28 |
print(os.system('ls'))
|
29 |
+
print(os.system('pwd'))
|
30 |
+
img = Image.open('file/gray256.jpg')
|
31 |
print(img.size)
|
32 |
exit(0)
|
33 |
|