Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def clear_outputs(img):
|
|
60 |
|
61 |
# Gradio Interface
|
62 |
with gr.Blocks() as demo:
|
63 |
-
gr.Markdown("##
|
64 |
gr.Markdown("📸 **Upload an image** to check if it's an **Ex-Voto** painting!")
|
65 |
|
66 |
with gr.Row():
|
|
|
60 |
|
61 |
# Gradio Interface
|
62 |
with gr.Blocks() as demo:
|
63 |
+
gr.Markdown("## Ex-Voto Image Classifier")
|
64 |
gr.Markdown("📸 **Upload an image** to check if it's an **Ex-Voto** painting!")
|
65 |
|
66 |
with gr.Row():
|