PrakhAI commited on
Commit
6b35775
·
1 Parent(s): a52bf7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from huggingface_hub import HfFileSystem
3
  from flax.serialization import msgpack_restore
4
 
5
  fs = HfFileSystem()
 
1
  import streamlit as st
2
+ import HfFileSystem
3
  from flax.serialization import msgpack_restore
4
 
5
  fs = HfFileSystem()