Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,4 +289,10 @@ with gr.Blocks() as demo:
|
|
| 289 |
translateButton.click(doTranslate, [text, inLangLongDrop, outLangLongDrop], translated)
|
| 290 |
translated.change(doSlang, [text, translated, outLangLongDrop, inLangLongDrop], slang, queue=False)
|
| 291 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
demo.launch()
|
|
|
|
| 289 |
translateButton.click(doTranslate, [text, inLangLongDrop, outLangLongDrop], translated)
|
| 290 |
translated.change(doSlang, [text, translated, outLangLongDrop, inLangLongDrop], slang, queue=False)
|
| 291 |
|
| 292 |
+
gr.Markdown(r"""
|
| 293 |
+
By using this demo, you are agreeing to the [Google API tos](https://developers.google.com/terms), [Gemini API tos](https://ai.google.dev/gemini-api/terms), and [Google Privacy Polocy](https://ai.google.dev/gemini-api/terms).\
|
| 294 |
+
For more information on what gets collected in this space, check out the [Unpaid Services](https://ai.google.dev/gemini-api/terms#unpaid-services) section from the Gemini API terms. U.S. Terms always apply to this space: [Anthonyg5005/gemini-translator](https://huggingface.co/spaces/Anthonyg5005/gemini-translator)\
|
| 295 |
+
Feel free to duplicate this space or run locally to use your own api key for more control over how your data is handled.
|
| 296 |
+
""")
|
| 297 |
+
|
| 298 |
demo.launch()
|