cdactvm commited on
Commit
9dbe68a
·
verified ·
1 Parent(s): cddecab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,7 +42,7 @@
42
  #from huggingface_hub import Repository
43
  #repo = Repository(local_dir="indic-trans", clone_from="https://github.com/libindic/indic-trans.gi")
44
  import os
45
- #os.system('git clone https://github.com/irshadbhat/indic-trans.git')
46
- os.system('pip install .')
47
 
48
 
 
42
  #from huggingface_hub import Repository
43
  #repo = Repository(local_dir="indic-trans", clone_from="https://github.com/libindic/indic-trans.gi")
44
  import os
45
+ os.system('git clone https://github.com/irshadbhat/indic-trans.git')
46
+ os.system('pip install ./indic-trans/.')
47
 
48