Spaces:
Runtime error
Runtime error
rajeshradhakrishnan
commited on
Commit
•
499b09a
1
Parent(s):
40a8ae2
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ interface = gr.Interface(
|
|
43 |
description="Try to translate മലയാളം to தமிழ் ? Input a few malayalam text and verify whether the model translated it appropriately!",
|
44 |
article="<p style='text-align: center'>മലയാളം - தமிழ் | Demo Application</p>",
|
45 |
examples=examples,
|
46 |
-
|
47 |
# live=True,
|
48 |
# share=True
|
49 |
)
|
|
|
43 |
description="Try to translate മലയാളം to தமிழ் ? Input a few malayalam text and verify whether the model translated it appropriately!",
|
44 |
article="<p style='text-align: center'>മലയാളം - தமிழ் | Demo Application</p>",
|
45 |
examples=examples,
|
46 |
+
cache_examples=False,
|
47 |
# live=True,
|
48 |
# share=True
|
49 |
)
|