Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|