Spaces:
Running
on
T4
Running
on
T4
Changed py310 to cp310 in multiscale deformable attention file name
Browse files
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-
|
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")
|