Spaces:
Running
Running
Commit
·
87e31cc
1
Parent(s):
ab7d699
Try installing whl from Python
Browse files- app.py +3 -0
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
import numpy as np
|
|
|
1 |
+
import os
|
2 |
+
os.system("pip install ./MultiScaleDeformableAttention-1.0-py3-none-any.whl")
|
3 |
+
|
4 |
import gradio as gr
|
5 |
import numpy as np
|
6 |
import numpy as np
|
requirements.txt
CHANGED
@@ -63,7 +63,7 @@ mne==1.4.2
|
|
63 |
model-index==0.1.11
|
64 |
monai==1.3.0
|
65 |
mpmath==1.2.1
|
66 |
-
|
67 |
munch==4.0.0
|
68 |
nest-asyncio #@ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1664684991461/work
|
69 |
networkx==3.0rc1
|
|
|
63 |
model-index==0.1.11
|
64 |
monai==1.3.0
|
65 |
mpmath==1.2.1
|
66 |
+
#MultiScaleDeformableAttention-1.0-py3-none-any.whl
|
67 |
munch==4.0.0
|
68 |
nest-asyncio #@ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1664684991461/work
|
69 |
networkx==3.0rc1
|