hantech commited on
Commit
fd6bd9e
·
verified ·
1 Parent(s): a6094b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def greet(img):
34
  res=res + "\n"
35
  res=res + "\n"
36
  # generate text
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)
 
34
  res=res + "\n"
35
  res=res + "\n"
36
  # generate text
37
+ 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
38
  # print(prompt)
39
  response = geminiModel.generate_content(prompt)
40
  print(response)