PrakhAI commited on
Commit
1436bf3
·
1 Parent(s): f00cac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  from PIL import Image
3
  import jax
 
4
  import numpy as np
5
  from flax import linen as nn # Linen API
6
  from huggingface_hub import HfFileSystem
 
1
  import streamlit as st
2
  from PIL import Image
3
  import jax
4
+ import jax.numpy as jnp # JAX NumPy
5
  import numpy as np
6
  from flax import linen as nn # Linen API
7
  from huggingface_hub import HfFileSystem