ilar06 commited on
Commit
121d4d0
1 Parent(s): aab1b06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import streamlit as st
2
  import streamlit.components.v1 as components
3
 
 
1
+ pip install torch torchvision torchaudio
2
+
3
  import streamlit as st
4
  import streamlit.components.v1 as components
5