root commited on
Commit
0734cee
·
1 Parent(s): 5c10fea

minor changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def extract_check_info(img):
49
 
50
 
51
 
52
- if __name__ = "__main__":
53
-
54
  iface = gr.Interface(fn=extract_check_info,
55
  inputs=[gr.inputs.Image(type='filepath', label='Input')],
56
  outputs = [gr.outputs.Textbox(type='text', label='IFSC code'),
 
49
 
50
 
51
 
52
+ if __name__ == "__main__":
53
+
54
  iface = gr.Interface(fn=extract_check_info,
55
  inputs=[gr.inputs.Image(type='filepath', label='Input')],
56
  outputs = [gr.outputs.Textbox(type='text', label='IFSC code'),