PrakhAI commited on
Commit
5789022
·
1 Parent(s): 1f3cd3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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