gigant commited on
Commit
4251c20
1 Parent(s): 6727aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  BATCH_SIZE = 64
2
  DOWNSAMPLE = 24
 
3
 
4
  import phash_jax
5
  import jax.numpy as jnp
 
1
  BATCH_SIZE = 64
2
  DOWNSAMPLE = 24
3
+ FOLDER_PATH = "./tmp"
4
 
5
  import phash_jax
6
  import jax.numpy as jnp