deepsync commited on
Commit
59da106
·
1 Parent(s): 15e5321

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ interface = gr.Interface(
44
  get_alternate_text,
45
  [text, language],
46
  'text',
47
- title="Deepsync Text Rephraser"
 
48
  )
49
 
50
  if __name__=="__main__":
 
44
  get_alternate_text,
45
  [text, language],
46
  'text',
47
+ title="Deepsync Text Rephraser",
48
+ description="Please note that this is a Rephraser tool and not a translation tool. So, the `language` field should match the language of the provided text."
49
  )
50
 
51
  if __name__=="__main__":