AI-DEMO-PDF-QA / app.py
jingwora's picture
Add application file
67ea31a
raw
history blame
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()