Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,5 @@ with gr.Blocks() as demo:
|
|
71 |
btn = gr.Button("OCR")
|
72 |
with gr.Column():
|
73 |
out = gr.Markdown()
|
74 |
-
btn.click(phi_ocr, inputs=img, outputs=out)
|
|
|
|
71 |
btn = gr.Button("OCR")
|
72 |
with gr.Column():
|
73 |
out = gr.Markdown()
|
74 |
+
btn.click(phi_ocr, inputs=img, outputs=out)
|
75 |
+
demo.queue().launch()
|