pcuenq HF staff commited on
Commit
dea004d
1 Parent(s): 3ed51fd

Attempt to fix

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. 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