cdactvm commited on
Commit
785d3e4
·
verified ·
1 Parent(s): d7e5b26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -39,8 +39,9 @@
39
 
40
 
41
  #demo.launch()
42
-
43
- import os
44
- os.system('git clone https://github.com/libindic/indic-trans.gi')
 
45
 
46
 
 
39
 
40
 
41
  #demo.launch()
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/libindic/indic-trans.gi')
46
 
47