Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arkmartov
/
home_work
like
0
Runtime error
App
Files
Files
Community
arkmartov
commited on
Mar 28, 2022
Commit
ecac71c
•
1 Parent(s):
b0b0814
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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():