emvecchi commited on
Commit
15bfc60
1 Parent(s): 495141a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_param_from_url(param):
35
  # CHANGE THE FOLLOWING VARIABLES ACCORDING TO YOUR NEEDS
36
 
37
  # 'local' or 'hf'. hf is for Hugging Face file system but has limits on the number of access per hour
38
- filesytem = 'hf'
39
  # path to repo or local file system TODO rename
40
  input_repo_path = 'datasets/emvecchi/annotation'
41
  output_repo_path = 'datasets/emvecchi/annotation'
 
35
  # CHANGE THE FOLLOWING VARIABLES ACCORDING TO YOUR NEEDS
36
 
37
  # 'local' or 'hf'. hf is for Hugging Face file system but has limits on the number of access per hour
38
+ filesystem = 'hf'
39
  # path to repo or local file system TODO rename
40
  input_repo_path = 'datasets/emvecchi/annotation'
41
  output_repo_path = 'datasets/emvecchi/annotation'