HimankJ commited on
Commit
0d1c6b7
Β·
verified Β·
1 Parent(s): a0906f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -72,6 +72,9 @@ iface = gr.Interface(
72
  title="πŸ“„ Smart Document Classifier",
73
  description="Upload your PDF or image documents and let AI classify them automatically into categories: cable, fuses, lighting, or others.",
74
  theme=gr.themes.Citrus(),
 
 
 
75
  css="""
76
  .gradio-container {
77
  font-family: 'Quicksand', sans-serif !important;
 
72
  title="πŸ“„ Smart Document Classifier",
73
  description="Upload your PDF or image documents and let AI classify them automatically into categories: cable, fuses, lighting, or others.",
74
  theme=gr.themes.Citrus(),
75
+ examples=[
76
+ ["examples/cyp_specs.pdf"]
77
+ ],
78
  css="""
79
  .gradio-container {
80
  font-family: 'Quicksand', sans-serif !important;