tomaseo2022 commited on
Commit
1bca832
1 Parent(s): 1672592

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  os.system("pip install torch")
3
  import gradio as gr
4
  from PIL import Image
 
1
  import os
2
+ os.system("pip install opencv-python")
3
  os.system("pip install torch")
4
  import gradio as gr
5
  from PIL import Image