Coloring commited on
Commit
0709ff0
·
verified ·
1 Parent(s): 15a22c3

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ demo = gr.load('freddyaboulton/gradio_pdf', src="spaces")
4
+ demo.queue().launch()