Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import base64
|
|
6 |
pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
|
7 |
|
8 |
# Set the title and text color to dark green
|
9 |
-
st.
|
10 |
|
11 |
# Create a file input option for uploading an image
|
12 |
file_name = st.file_uploader("Upload an image file (JPEG, PNG, etc.)")
|
|
|
6 |
pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
|
7 |
|
8 |
# Set the title and text color to dark green
|
9 |
+
st.markdown('<h1 style="color:darkgreen;">R3SELL</h1>', unsafe_allow_html=True)
|
10 |
|
11 |
# Create a file input option for uploading an image
|
12 |
file_name = st.file_uploader("Upload an image file (JPEG, PNG, etc.)")
|