Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from flax.serialization import msgpack_restore
|
|
4 |
|
5 |
fs = HfFileSystem()
|
6 |
|
7 |
-
print(fs.ls("
|
8 |
|
9 |
# with open("models/PrakhAI/HelloWorld/checkpoint.msgpack", "rb") as f:
|
10 |
# model = msgpack_restore(f.read())
|
|
|
4 |
|
5 |
fs = HfFileSystem()
|
6 |
|
7 |
+
print(fs.ls("PrakhAI/HelloWorld/checkpoint.msgpack", detail=False))
|
8 |
|
9 |
# with open("models/PrakhAI/HelloWorld/checkpoint.msgpack", "rb") as f:
|
10 |
# model = msgpack_restore(f.read())
|