hantech commited on
Commit
89fdbfc
·
verified ·
1 Parent(s): ac800d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def greet(img):
37
  prompt = "take this peace of information and give all the information in point wise better format also give some recomendation related to them: " + res
38
  # print(prompt)
39
  response = geminiModel.generate_content(prompt)
 
40
  res = response.text
41
  _output_name = "RESULT_OCR.txt"
42
  _output_name_pdf="RESULT_OCR.pdf"
 
37
  prompt = "take this peace of information and give all the information in point wise better format also give some recomendation related to them: " + res
38
  # print(prompt)
39
  response = geminiModel.generate_content(prompt)
40
+ print(response)
41
  res = response.text
42
  _output_name = "RESULT_OCR.txt"
43
  _output_name_pdf="RESULT_OCR.pdf"