radames commited on
Commit
5206609
1 Parent(s): 19d2e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from pydoc import describe
2
  from huggingface_hub import hf_hub_download
3
  import gradio as gr
 
1
+ import os
2
+ os.system("pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html")
3
  from pydoc import describe
4
  from huggingface_hub import hf_hub_download
5
  import gradio as gr