Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
@@ -269,8 +269,6 @@ with gr.Blocks(css=css) as demo:
|
|
269 |
"Diwali, the festival of lights, is one of India’s most celebrated festivals, symbolizing the victory of light over darkness...",
|
270 |
],
|
271 |
inputs=msg,
|
272 |
-
cache_examples=True,
|
273 |
-
fn=translate_message
|
274 |
)
|
275 |
|
276 |
with gr.Accordion("Provide Feedback", open=True):
|
|
|
269 |
"Diwali, the festival of lights, is one of India’s most celebrated festivals, symbolizing the victory of light over darkness...",
|
270 |
],
|
271 |
inputs=msg,
|
|
|
|
|
272 |
)
|
273 |
|
274 |
with gr.Accordion("Provide Feedback", open=True):
|