janmoons commited on
Commit
2c6dc6e
·
verified ·
1 Parent(s): 75a568b

Removed unnecessary return statement in the translation tool - artefact

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ def translate_text(text:str, target_language:str="Dutch")-> str:
21
  model="facebook/nllb-200-1.3B",
22
  target_lang=target_language
23
  )
24
- return "What magic will you build ?"
25
 
26
  @tool
27
  def get_current_time_in_timezone(timezone: str) -> str:
 
21
  model="facebook/nllb-200-1.3B",
22
  target_lang=target_language
23
  )
 
24
 
25
  @tool
26
  def get_current_time_in_timezone(timezone: str) -> str: