Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ try:
|
|
3 |
except:
|
4 |
import os
|
5 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
|
|
|
|
6 |
import gradio as gr
|
7 |
import torch
|
8 |
from PIL import ImageDraw
|
|
|
3 |
except:
|
4 |
import os
|
5 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
6 |
+
import os
|
7 |
+
os.system('pip install gradio==3.47.1')
|
8 |
import gradio as gr
|
9 |
import torch
|
10 |
from PIL import ImageDraw
|