valintea commited on
Commit
06050d1
1 Parent(s): 680fb09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
1
- pip install torch==1.11.0+cu113 torchvision==0.11.0+cu113 torchtext==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html --upgrade -q
2
- pip install icevision[all] --upgrade --no-deps
3
- pip install loguru --no-deps
4
 
5
 
6
  import gradio as gr
 
1
+ pip torch==1.11.0+cu113 torchvision==0.11.0+cu113 torchtext==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html --upgrade -q
2
+ pip icevision[all] --upgrade --no-deps
3
+ pip loguru --no-deps
4
 
5
 
6
  import gradio as gr