jingwora commited on
Commit
ec27b35
·
1 Parent(s): f5dab82

Add application file

Browse files
Files changed (2) hide show
  1. app.py +7 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+
2
+ import gradio as gr
3
+ import os
4
+
5
+ os.environ['API_KEY']
6
+
7
+ gr.load("spaces/jingwora/language-PDF-extractor-QA").launch()
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ gradio==3.39.0