Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Greys
/
milstone2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gregoryjr
commited on
Apr 10, 2023
Commit
b74757c
·
unverified
·
1 Parent(s):
716161c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import streamlit as st
2
from transformers import pipeline
3
4
-
if st.button("submit")
5
return(4)
1
import streamlit as st
2
from transformers import pipeline
3
4
+
if st.button("submit")
:
5
return(4)