ZVN00 commited on
Commit
b6fde92
·
1 Parent(s): 20c52b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=translate,
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"),],