nikigoli commited on
Commit
7f60efc
1 Parent(s): af9e2a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -35,13 +35,14 @@ subprocess.run(
35
  )
36
  )
37
  from gradio_image_prompter import ImagePrompter
38
- """
39
  subprocess.run(
40
  shlex.split(
41
  "pip install MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl"
42
  )
43
  )
44
 
 
45
  subprocess.run(
46
  shlex.split(
47
  "python test.py"
 
35
  )
36
  )
37
  from gradio_image_prompter import ImagePrompter
38
+
39
  subprocess.run(
40
  shlex.split(
41
  "pip install MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl"
42
  )
43
  )
44
 
45
+ """
46
  subprocess.run(
47
  shlex.split(
48
  "python test.py"