ewftrhyjk commited on
Commit
6b52710
1 Parent(s): 0af72ed

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
+
4
+
5
+ os.system(f"git clone https://github.com/rupeshs/fastsdcpu && cd fastsdcpu && chmod +x install.sh && ./install.sh && ./start-webui.sh")