crabz commited on
Commit
4955e43
β€’
1 Parent(s): 1cc4321
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  # -*- coding: utf-8 -*-
2
  import os
3
 
4
- # os.system("pip3 install torch==1.10.1+cpu torchvision==0.11.2+cpu torchaudio==0.10.1+cpu -f "
5
- # "https://download.pytorch.org/whl/cpu/torch_stable.html")
6
 
7
  import gradio as gr
8
  from transformers import pipeline
 
1
  # -*- coding: utf-8 -*-
2
  import os
3
 
4
+ os.system("pip3 install torch==1.10.1+cpu torchvision==0.11.2+cpu torchaudio==0.10.1+cpu -f "
5
+ "https://download.pytorch.org/whl/cpu/torch_stable.html")
6
 
7
  import gradio as gr
8
  from transformers import pipeline