gigant commited on
Commit
7d6e745
1 Parent(s): 44356bd

Update app.py

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