Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ video_sty = '\U0001f3a5' # 🎥
|
|
| 58 |
|
| 59 |
lock = threading.Lock()
|
| 60 |
class DemoUI(object):
|
| 61 |
-
|
| 62 |
def __init__(self,
|
| 63 |
infer_dir = "./config",
|
| 64 |
model_list='./models/model_zoo.yaml'
|
|
|
|
| 58 |
|
| 59 |
lock = threading.Lock()
|
| 60 |
class DemoUI(object):
|
| 61 |
+
#@spaces.GPU(duration=60)
|
| 62 |
def __init__(self,
|
| 63 |
infer_dir = "./config",
|
| 64 |
model_list='./models/model_zoo.yaml'
|