Sa-m commited on
Commit
8294da9
·
1 Parent(s): 3db973b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import os
 
3
 
4
  os.system('git clone https://github.com/WongKinYiu/yolov7')
5
 
 
1
  import gradio as gr
2
  import os
3
+ import torch
4
 
5
  os.system('git clone https://github.com/WongKinYiu/yolov7')
6