ReubenSun commited on
Commit
11856a3
·
1 Parent(s): 39a8618
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system('install.sh')
3
  import time
4
  import uuid
5
  import torch
 
1
  import os
2
+ os.system('bash install.sh')
3
  import time
4
  import uuid
5
  import torch