Spaces:
Runtime error
Runtime error
Add application file
Browse files- app.py +7 -0
- 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
|