Update app.py
Browse files
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
|