bklg commited on
Commit
7e5728d
·
1 Parent(s): a517e05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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