Spaces:
Running
on
Zero
Running
on
Zero
Attempt to fix
Browse files- app.py +1 -0
- requirements.txt +0 -1
app.py
CHANGED
@@ -2,6 +2,7 @@
|
|
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
|
|
|
2 |
# Copyright (C) 2024 Apple Inc. All rights reserved.
|
3 |
import spaces
|
4 |
import os
|
5 |
+
os.system("pip uninstall torchvision -y")
|
6 |
os.system("pip install --upgrade ./ml_mdm-1.0-py3-none-any.whl")
|
7 |
|
8 |
import logging
|
requirements.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
transformers
|
|
|
|