Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
-
os.system('pip install detectron2 -f
|
|
|
3 |
|
4 |
import gradio as gr
|
5 |
import torch
|
|
|
1 |
import os
|
2 |
+
os.system('python -m pip install detectron2 -f \
|
3 |
+
https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.9/index.html')
|
4 |
|
5 |
import gradio as gr
|
6 |
import torch
|