Politrees commited on
Commit
b08c20e
·
verified ·
1 Parent(s): 1f176e1

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import os
2
+
3
+ os.system("PolUVR --list_models")
4
+ os.system("python PolUVR.py")