Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ iface = gr.Interface(
|
|
39 |
outputs=[gr.Textbox(lines=7, max_lines=100, placeholder="Nhanh, Gọn, Mướt", label="Fastsoup", show_label=True, show_copy_button=True),])
|
40 |
|
41 |
iface2 = gr.Interface(
|
42 |
-
fn=
|
43 |
title="BIMBIP FASTSOUP",
|
44 |
description="You are almost ready to be entrusted with the secret ingredient of my Secret Ingredient Soup.",
|
45 |
inputs=[gr.Textbox(lines=7, max_lines=100, placeholder="From BimBip with love", label="Ingredient"),],
|
|
|
39 |
outputs=[gr.Textbox(lines=7, max_lines=100, placeholder="Nhanh, Gọn, Mướt", label="Fastsoup", show_label=True, show_copy_button=True),])
|
40 |
|
41 |
iface2 = gr.Interface(
|
42 |
+
fn=translation,
|
43 |
title="BIMBIP FASTSOUP",
|
44 |
description="You are almost ready to be entrusted with the secret ingredient of my Secret Ingredient Soup.",
|
45 |
inputs=[gr.Textbox(lines=7, max_lines=100, placeholder="From BimBip with love", label="Ingredient"),],
|