Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -6,6 +6,9 @@ gradio>=5.0,<6.0
|
|
| 6 |
# Popup modal component (ensure correct name and version)
|
| 7 |
gradio-modal>=0.0.4
|
| 8 |
|
|
|
|
|
|
|
|
|
|
| 9 |
# HF Hub client (latest stable)
|
| 10 |
huggingface-hub>=0.30.2,<0.31
|
| 11 |
|
|
|
|
| 6 |
# Popup modal component (ensure correct name and version)
|
| 7 |
gradio-modal>=0.0.4
|
| 8 |
|
| 9 |
+
#Display PDFs
|
| 10 |
+
gradio_pdf
|
| 11 |
+
|
| 12 |
# HF Hub client (latest stable)
|
| 13 |
huggingface-hub>=0.30.2,<0.31
|
| 14 |
|