Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,6 @@ import os
|
|
| 6 |
import time
|
| 7 |
import mimetypes
|
| 8 |
|
| 9 |
-
from main import extract_key_phrases, score_sentences, summarize_text # Optional
|
| 10 |
-
|
| 11 |
st.set_page_config(page_title="PDF Tools", layout="wide")
|
| 12 |
|
| 13 |
# -------- LLM Model Setup (same as before) --------
|
|
|
|
| 6 |
import time
|
| 7 |
import mimetypes
|
| 8 |
|
|
|
|
|
|
|
| 9 |
st.set_page_config(page_title="PDF Tools", layout="wide")
|
| 10 |
|
| 11 |
# -------- LLM Model Setup (same as before) --------
|