huzaifanafees commited on
Commit
b95c297
·
1 Parent(s): 856f79d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -58,6 +58,7 @@ iface = gr.Interface(
58
  examples=examples,
59
  inputs=[gr.Textbox(lines=5, placeholder="Enter text (maximum 35 words)", label="Input"),
60
  gr.Radio(choices=['en->ur','ur->en'], value='en->ur', label='Select the direction of translation'),],
61
- outputs="text")
 
62
 
63
  iface.launch()
 
58
  examples=examples,
59
  inputs=[gr.Textbox(lines=5, placeholder="Enter text (maximum 35 words)", label="Input"),
60
  gr.Radio(choices=['en->ur','ur->en'], value='en->ur', label='Select the direction of translation'),],
61
+ outputs="text",
62
+ css= 'style.css')
63
 
64
  iface.launch()