PrakhAI commited on
Commit
5d8aee4
·
1 Parent(s): 375f5c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from flax.serialization import msgpack_restore
4
 
5
  fs = HfFileSystem()
6
 
7
- print(fs.ls("models/PrakhAI/HelloWorld/checkpoint.msgpack", detail=False))
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())