erkamk commited on
Commit
dadcb01
·
verified ·
1 Parent(s): 4099d97

app created

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import os
3
+
4
+ space_key = os.environ.get('SPACE_KEY')
5
+ demo = gr.load(name="erkamk/election-document-ocr", hf_token=space_key, src='spaces')
6
+ demo.launch()