1inkusFace commited on
Commit
0ef4856
·
verified ·
1 Parent(s): d3bb20c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -3,10 +3,6 @@ import spaces
3
  import subprocess
4
  #subprocess.run(['sh', './spaces.sh'])
5
 
6
- print("Installing pillow-ultrahdr...")
7
- subprocess.run(['pip', 'install', 'pillow-ultrahdr'])
8
- print("✅ pillow-ultrahdr installed.")
9
-
10
  @spaces.GPU(required=True)
11
  def install_dependencies():
12
  subprocess.run(['sh', './flashattn.sh'])
 
3
  import subprocess
4
  #subprocess.run(['sh', './spaces.sh'])
5
 
 
 
 
 
6
  @spaces.GPU(required=True)
7
  def install_dependencies():
8
  subprocess.run(['sh', './flashattn.sh'])