sourabhbargi11 commited on
Commit
30ee2e4
·
verified ·
1 Parent(s): c749f9d

Update app.py

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