anyonehomep1mane commited on
Commit
8e3b771
1 Parent(s): aad312d

Latest Changes

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -74,14 +74,6 @@ with gr.Blocks() as demo:
74
  placeholder="Summary will appear here...",
75
  )
76
 
77
- gr.Examples(
78
- examples=[
79
- ["examples/sample.pdf"]
80
- ],
81
- inputs=file_input,
82
- label="Try Example Documents",
83
- )
84
-
85
  gr.Markdown(
86
  "*Powered by Hugging Face Inference API 路 Free tier rate limits apply*"
87
  )
 
74
  placeholder="Summary will appear here...",
75
  )
76
 
 
 
 
 
 
 
 
 
77
  gr.Markdown(
78
  "*Powered by Hugging Face Inference API 路 Free tier rate limits apply*"
79
  )