Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|