muqtadar commited on
Commit
908e08c
1 Parent(s): a549062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
 
 
2
 
3
  import gradio as gr
4
  import torch
 
1
 
2
+ !pip install -qr https://raw.githubusercontent.com/ultralytics/yolov5/master/requirements.txt gradio # install dependencies
3
 
4
  import gradio as gr
5
  import torch