Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
from huggingface_hub import HfFileSystem
|
3 |
from flax.serialization import msgpack_restore, from_state_dict
|
4 |
|
|
|
1 |
import streamlit as st
|
2 |
+
from streamlit_drawable_canvas import st_canvas
|
3 |
from huggingface_hub import HfFileSystem
|
4 |
from flax.serialization import msgpack_restore, from_state_dict
|
5 |
|