Spaces:
Sleeping
Sleeping
Commit ·
4b278b1
1
Parent(s): 53a99e5
updates
Browse files
app.py
CHANGED
|
@@ -98,4 +98,6 @@ gr.Interface(fn=translate,
|
|
| 98 |
outputs="text",
|
| 99 |
allow_flagging="never",
|
| 100 |
title=title,
|
| 101 |
-
|
|
|
|
|
|
|
|
|
| 98 |
outputs="text",
|
| 99 |
allow_flagging="never",
|
| 100 |
title=title,
|
| 101 |
+
description=description,
|
| 102 |
+
examples=examples,
|
| 103 |
+
article=article).launch()
|