kkpathak91 commited on
Commit
748a748
·
1 Parent(s): 9138b1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -29,11 +29,11 @@ config = {
29
  "n_gpu": torch.cuda.device_count(),
30
  }
31
 
32
- os.system('git clone https://github.com/jiangjiechen/LOREN/')
33
- os.system('rm -r LOREN/data/')
34
- os.system('rm -r LOREN/results/')
35
- os.system('rm -r LOREN/models/')
36
- os.system('mv LOREN/* ./')
37
 
38
  model_dir = snapshot_download('Jiangjie/loren')
39
  config['fc_dir'] = os.path.join(model_dir, 'fact_checking/roberta-large/')
 
29
  "n_gpu": torch.cuda.device_count(),
30
  }
31
 
32
+ os.system('git clone https://github.com/kkpathak91/project_metch')
33
+ os.system('rm -r project_metch/data/')
34
+ os.system('rm -r project_metch/results/')
35
+ os.system('rm -r project_metch/models/')
36
+ os.system('mv project_metch/* ./')
37
 
38
  model_dir = snapshot_download('Jiangjie/loren')
39
  config['fc_dir'] = os.path.join(model_dir, 'fact_checking/roberta-large/')