beppefolder commited on
Commit
d1f2c3b
·
verified ·
1 Parent(s): 49fea89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def clear_outputs(img):
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():
 
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():