Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Madhuri123
/
s2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Madhuri123
commited on
Dec 10, 2024
Commit
49786bf
·
verified
·
1 Parent(s):
2b84a76
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -54,6 +54,7 @@ if st.button("Generate"):
54
st.error(f"Error: {e}")
55
else:
56
st.error("Please upload an image to proceed")
57
58
59
54
st.error(f"Error: {e}")
55
else:
56
st.error("Please upload an image to proceed")
57
+
58
59
60