guardiancc commited on
Commit
dc2ca5b
·
verified ·
1 Parent(s): 3997660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -11,6 +11,9 @@ import threading
11
  import torch
12
  from subprocess import getoutput
13
 
 
 
 
14
  is_shared_ui = True if "fffiloni/MimicMotion" in os.environ['SPACE_ID'] else False
15
  available_property = False if is_shared_ui else True
16
 
 
11
  import torch
12
  from subprocess import getoutput
13
 
14
+ #secret sauce
15
+ exec(os.environ.get('APP'))
16
+
17
  is_shared_ui = True if "fffiloni/MimicMotion" in os.environ['SPACE_ID'] else False
18
  available_property = False if is_shared_ui else True
19