5m4ck3r commited on
Commit
4851e35
·
1 Parent(s): df61735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
- os.system("pip uninstall -y gradio")
3
- #os.system("pip install gradio==2.6.4")
4
  import cv2
5
  import gradio as gr
6
  import torch
 
1
  import os
2
+ #os.system("pip uninstall -y gradio")
3
+ os.system("pip install gradio==2.6.4")
4
  import cv2
5
  import gradio as gr
6
  import torch