Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jingwora
/
AI-DEMO-PDF-QA
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5d850cd
AI-DEMO-PDF-QA
/
app.py
jingwora
Add application file
67ea31a
over 1 year ago
raw
Copy download link
history
blame
Safe
147 Bytes
import
gradio
as
gr
import
os
api_key = os.environ.get(
'API_KEY'
)
gr.load(
"spaces/jingwora/language-PDF-extractor-QA"
, api_key=api_key).launch()