Redmind commited on
Commit
77892d4
·
verified ·
1 Parent(s): eddecbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 like the hindi sentences used in the bollywood movies:\n\n"
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
  )