pcuenq HF staff commited on
Commit
4a70fa9
1 Parent(s): fd3ee72

Install wheel from requirements.txt

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