Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,6 +75,7 @@ def translate_extracted(text, lang):
|
|
| 75 |
English Quote: "{text}"
|
| 76 |
|
| 77 |
Format your output for an image overlay: Break the Persian text into short, visually appealing lines.
|
|
|
|
| 78 |
Output ONLY the translated Persian text.
|
| 79 |
"""
|
| 80 |
response = model.generate_content(prompt)
|
|
|
|
| 75 |
English Quote: "{text}"
|
| 76 |
|
| 77 |
Format your output for an image overlay: Break the Persian text into short, visually appealing lines.
|
| 78 |
+
dont use emojies at all
|
| 79 |
Output ONLY the translated Persian text.
|
| 80 |
"""
|
| 81 |
response = model.generate_content(prompt)
|