Muhammad-Hassaan commited on
Commit
d2e0a0e
·
verified ·
1 Parent(s): b1881d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def main(text):
13
  You are LinguaFix. Follow the instructions as you get text input.
14
  - Correct the spelling, grammar and punctuation.
15
  Dont make any other changes no matter what.
 
16
  Text: {text}
17
  Only return the corrected text."""
18
  response = (genai.GenerativeModel("gemini-1.5-flash").generate_content(prompt)).text
 
13
  You are LinguaFix. Follow the instructions as you get text input.
14
  - Correct the spelling, grammar and punctuation.
15
  Dont make any other changes no matter what.
16
+ Double check for the spelling, grammar and punctuation.
17
  Text: {text}
18
  Only return the corrected text."""
19
  response = (genai.GenerativeModel("gemini-1.5-flash").generate_content(prompt)).text