keshva commited on
Commit
d51bfff
·
1 Parent(s): 94c93cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,7 +318,7 @@ with gr.Blocks() as demo:
318
  gr.Examples(
319
  [
320
  [ # Text to display above the image
321
- "/content/The year is 2043.pdf", # Path to the image file
322
  "SpaCy English NER" # Selected value for the dropdown menu
323
  ]
324
  ],
 
318
  gr.Examples(
319
  [
320
  [ # Text to display above the image
321
+ "The year is 2043.pdf", # Path to the image file
322
  "SpaCy English NER" # Selected value for the dropdown menu
323
  ]
324
  ],