Spaces:
Sleeping
Sleeping
add preview
Browse files
app.py
CHANGED
@@ -133,11 +133,7 @@ with gr.Blocks(
|
|
133 |
fn=do_ocr,
|
134 |
inputs=[input_type, url_input],
|
135 |
outputs=[cleaned_output, url_input]
|
136 |
-
)
|
137 |
-
|
138 |
-
demo = gr.Interface(do_ocr,
|
139 |
-
inputs=[input_type, url_input],
|
140 |
-
outputs=[cleaned_output, url_input])
|
141 |
|
142 |
if __name__ == "__main__":
|
143 |
demo.launch()
|
|
|
133 |
fn=do_ocr,
|
134 |
inputs=[input_type, url_input],
|
135 |
outputs=[cleaned_output, url_input]
|
136 |
+
)
|
|
|
|
|
|
|
|
|
137 |
|
138 |
if __name__ == "__main__":
|
139 |
demo.launch()
|