szk1ck commited on
Commit
46ff1ce
·
1 Parent(s): 62f41f9
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -116,7 +116,6 @@ def from_image_files(images, text_class_name):
116
 
117
 
118
 
119
-
120
  if __name__=="__main__":
121
 
122
 
@@ -203,7 +202,6 @@ if __name__=="__main__":
203
  fn=clean,
204
  inputs=text_output,
205
  outputs=text_output
206
-
207
  )
208
 
209
 
 
116
 
117
 
118
 
 
119
  if __name__=="__main__":
120
 
121
 
 
202
  fn=clean,
203
  inputs=text_output,
204
  outputs=text_output
 
205
  )
206
 
207