hantech commited on
Commit
03ec03d
·
verified ·
1 Parent(s): 793aa10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ description="Upload an image to get the OCR results !"
10
 
11
  def greet(img):
12
  # generate text
13
- prompt = "the input text in vietnamese, please add accend and take this peace of information and give all the information in point wise better format also give some recomendation related to them: " + res
14
  # print(prompt)
15
  response = geminiModel.generate_content([prompt,img], stream=True)
16
  response.resolve()
 
10
 
11
  def greet(img):
12
  # generate text
13
+ prompt = "the input text in vietnamese, please add accend and take this peace of information and give all the information in point wise better format also give some recomendation related to them"
14
  # print(prompt)
15
  response = geminiModel.generate_content([prompt,img], stream=True)
16
  response.resolve()