Spaces:
Running
on
Zero
Running
on
Zero
Install wheel from requirements.txt
Browse files- app.py +0 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
# Copyright (C) 2024 Apple Inc. All rights reserved.
|
3 |
import spaces
|
4 |
import os
|
5 |
-
os.system("pip install --upgrade ./ml_mdm-1.0-py3-none-any.whl")
|
6 |
|
7 |
import logging
|
8 |
import shlex
|
|
|
2 |
# Copyright (C) 2024 Apple Inc. All rights reserved.
|
3 |
import spaces
|
4 |
import os
|
|
|
5 |
|
6 |
import logging
|
7 |
import shlex
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
./ml_mdm-1.0-py3-none-any.whl
|