Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,9 @@
|
|
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 |
-
|
45 |
-
|
46 |
|
47 |
|
|
|
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/irshadbhat/indic-trans.git')
|
46 |
|
47 |
|