Spaces:
Running
Running
anyonehomep1mane commited on
Commit 路
8e3b771
1
Parent(s): aad312d
Latest Changes
Browse files
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 |
)
|