Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
# ✅ Fully optimized app.py for Hugging Face Space with persistent 150GB storage
|
2 |
|
3 |
-
import sys, os, json, gradio as gr, pandas as pd, pdfplumber, hashlib, shutil, re, time
|
4 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
5 |
from threading import Thread
|
6 |
|
|
|
1 |
# ✅ Fully optimized app.py for Hugging Face Space with persistent 150GB storage
|
2 |
|
|
|
3 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
4 |
from threading import Thread
|
5 |
|