futranbg commited on
Commit
15d73a6
·
1 Parent(s): 849ef8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ inputs = [gr.inputs.Dropdown(lang_codes, default='English', label='Source'),
29
  gr.inputs.Textbox(lines=5, label="Input text"),
30
  ]
31
 
32
- gr.Interface(fn=translation, inputs, outputs="text").launch()
 
29
  gr.inputs.Textbox(lines=5, label="Input text"),
30
  ]
31
 
32
+ gr.Interface(translation, inputs, outputs="text").launch()