Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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__":
|