Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def translate_dutch_to_hindi(dutch_text, model="gpt-4o-mini"):
|
|
19 |
try:
|
20 |
# Prompt for Conversational Hindi
|
21 |
conversational_prompt = (
|
22 |
-
f"Translate the following Dutch text to Hindi in a conversational style
|
23 |
f"Dutch: {dutch_text}\n"
|
24 |
f"Hindi:"
|
25 |
)
|
|
|
19 |
try:
|
20 |
# Prompt for Conversational Hindi
|
21 |
conversational_prompt = (
|
22 |
+
f"Translate the following Dutch text to Hindi in a conversational style used in Suriname country:\n\n"
|
23 |
f"Dutch: {dutch_text}\n"
|
24 |
f"Hindi:"
|
25 |
)
|