Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ from flax import linen as nn # Linen API
|
|
7 |
from huggingface_hub import HfFileSystem
|
8 |
from flax.serialization import msgpack_restore, from_state_dict
|
9 |
import time
|
|
|
10 |
|
11 |
LATENT_DIM = 100
|
12 |
|
|
|
7 |
from huggingface_hub import HfFileSystem
|
8 |
from flax.serialization import msgpack_restore, from_state_dict
|
9 |
import time
|
10 |
+
from local_response_norm import LocalResponseNorm
|
11 |
|
12 |
LATENT_DIM = 100
|
13 |
|