Explorar el Código

Update 'Invoice_parser/invoice.parser.py'

SadhulaSaiKumar hace 2 años
padre
commit
2a924a5411
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Invoice_parser/invoice.parser.py

+ 1
- 1
Invoice_parser/invoice.parser.py Ver fichero

@@ -1,4 +1,4 @@
1
-afrom flask import Flask, render_template, send_file, request, redirect, Response
1
+from flask import Flask, render_template, send_file, request, redirect, Response
2 2
 import spacy
3 3
 import os
4 4
 import shutil

Loading…
Cancelar
Guardar