Sa-m commited on
Commit
823cd73
1 Parent(s): 656a41a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
2
  import os
3
 
4
  os.system('git clone https://github.com/WongKinYiu/yolov7.git')
5
- os.system('pip install -qr ./yolov7/requirements.txt')
6
  def detect(inp):
7
  return inp
8
 
 
2
  import os
3
 
4
  os.system('git clone https://github.com/WongKinYiu/yolov7.git')
 
5
  def detect(inp):
6
  return inp
7