niulx commited on
Commit
d4bd7a0
1 Parent(s): 62c1dec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- # import os
 
2
  # os.system("pip uninstall -y gradio")
3
  # os.system("pip install gradio==3.41.0")
4
 
 
1
+ import os
2
+ os.system("pip install opencv-python")
3
  # os.system("pip uninstall -y gradio")
4
  # os.system("pip install gradio==3.41.0")
5