czczup commited on
Commit
b56725a
1 Parent(s): 46939a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -3,6 +3,10 @@
3
  # Copyright (c) 2024 OpenGVLab
4
  # Licensed under The MIT License [see LICENSE for details]
5
  # --------------------------------------------------------
 
 
 
 
6
 
7
  import argparse
8
  import base64
 
3
  # Copyright (c) 2024 OpenGVLab
4
  # Licensed under The MIT License [see LICENSE for details]
5
  # --------------------------------------------------------
6
+ import os
7
+
8
+ os.system('pip install opencv-python')
9
+ os.system('pip install streamlit_image_select')
10
 
11
  import argparse
12
  import base64