Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|