avreymi commited on
Commit
32d5467
1 Parent(s): bfe33a2

remove import torch

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,8 +1,6 @@
1
- import subprocess
2
- import torch
3
  import streamlit as st
4
  from streamlit import session_state as state
5
- import streamlit_ace
6
  import pipline
7
 
8
  if "app" not in state:
 
1
+
 
2
  import streamlit as st
3
  from streamlit import session_state as state
 
4
  import pipline
5
 
6
  if "app" not in state: