nikigoli commited on
Commit
e5bcfa7
1 Parent(s): 24bc7de

Changed py310 to cp310 in multiscale deformable attention file name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ build_custom_prompter()
50
  from gradio_image_prompter import ImagePrompter
51
  subprocess.run(
52
  shlex.split(
53
- "pip install MultiScaleDeformableAttention-1.0-py310-cp310-linux_x86_64.whl"
54
  )
55
  )
56
  #print("torch version")
 
50
  from gradio_image_prompter import ImagePrompter
51
  subprocess.run(
52
  shlex.split(
53
+ "pip install MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl"
54
  )
55
  )
56
  #print("torch version")