MultivexAI commited on
Commit
5ddf79a
·
verified ·
1 Parent(s): 5de9d83

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 torch
3
  import torch.nn as nn
 
1
+ !pip install torch streamlit
2
+
3
  import streamlit as st
4
  import torch
5
  import torch.nn as nn