chandan2706 commited on
Commit
1d7e437
·
verified ·
1 Parent(s): 7d8c6d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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