ddxorg commited on
Commit
f99b3ea
·
1 Parent(s): 1e3eddb

add preview

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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()