multimodalart HF Staff commited on
Commit
16ca8db
·
verified ·
1 Parent(s): c3f1c87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,6 +1,9 @@
1
  import os
 
 
2
  import time
3
  import tempfile
 
4
 
5
  # ---------------------------------------------------------------------------
6
  # Install private diffusers fork from bundled zip before anything imports it
 
1
  import os
2
+ import subprocess
3
+ import sys
4
  import time
5
  import tempfile
6
+ import zipfile
7
 
8
  # ---------------------------------------------------------------------------
9
  # Install private diffusers fork from bundled zip before anything imports it