ivxxdegen commited on
Commit
734fbd1
·
verified ·
1 Parent(s): c38e5cb

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import os
2
+
3
+ print("===== Starting Model Merge Process =====")
4
+ os.system("python merge.py")
5
+ print("===== Model Merge Completed Successfully! =====")