Update app.py
Browse files
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
|
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()
|