arkmartov commited on
Commit
ecac71c
1 Parent(s): b0b0814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import torch
 
3
 
4
  @st.cache(allow_output_mutation=True)
5
  def Model():
 
1
  import streamlit as st
2
  import torch
3
+ import numpy as np
4
 
5
  @st.cache(allow_output_mutation=True)
6
  def Model():