Spaces:
Sleeping
Sleeping
Commit
·
e650e93
1
Parent(s):
3a5dd2f
update
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ if not os.path.exists('architecture.jpg'):
|
|
25 |
if not os.path.exists('gray256.jpg'):
|
26 |
os.system('wget https://huggingface.co/JingyeChen22/textdiffuser2-full-ft/blob/main/gray256.jpg')
|
27 |
|
28 |
-
|
29 |
|
30 |
# #### import m1
|
31 |
# from fastchat.model import load_model, get_conversation_template
|
|
|
25 |
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('ll'))
|
29 |
|
30 |
# #### import m1
|
31 |
# from fastchat.model import load_model, get_conversation_template
|