Spaces:
Build error
Build error
chandan2706
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
#replace installed inference folder with inference folder of IndicTrans2
|
3 |
import shutil
|
4 |
import os
|
@@ -20,7 +20,7 @@ if os.path.exists(new_destination_path):
|
|
20 |
# Move the folder
|
21 |
shutil.copytree(source_folder, new_destination_path)
|
22 |
|
23 |
-
================================================================================
|
24 |
|
25 |
|
26 |
# Import necessary libraries
|
|
|
1 |
+
# ======================================================================================
|
2 |
#replace installed inference folder with inference folder of IndicTrans2
|
3 |
import shutil
|
4 |
import os
|
|
|
20 |
# Move the folder
|
21 |
shutil.copytree(source_folder, new_destination_path)
|
22 |
|
23 |
+
# ================================================================================
|
24 |
|
25 |
|
26 |
# Import necessary libraries
|