josedolot commited on
Commit
f4dbf4b
·
1 Parent(s): 6a0c714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import gradio as gr
3
  from PIL import Image
4
  import torch
5
 
 
 
6
  os.system('mkdir weights')
7
  os.system('curl -L -o weights/hybridnets.pth https://github.com/datvuthanh/HybridNets/releases/download/v1.0/hybridnets.pth')
8
 
 
3
  from PIL import Image
4
  import torch
5
 
6
+ os.system('python3 -m pip install -r requirements_manual.txt')
7
+
8
  os.system('mkdir weights')
9
  os.system('curl -L -o weights/hybridnets.pth https://github.com/datvuthanh/HybridNets/releases/download/v1.0/hybridnets.pth')
10