Amould commited on
Commit
e03c91e
·
verified ·
1 Parent(s): d9c618d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import os
3
- os.system('pip3 install torch torchvision torchaudio')
4
 
5
  #pip3 install torch -q')
6
  import torch
 
1
  import gradio as gr
2
  import os
3
+ os.system('pip3 install torch torchvision')# torchaudio')
4
 
5
  #pip3 install torch -q')
6
  import torch