alfredodeza commited on
Commit
40f4abd
·
1 Parent(s): 1f7194a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,7 +13,6 @@ def translate(text):
13
  iface = gr.Interface(
14
  fn=translate,
15
  inputs=gr.inputs.Textbox(lines=10, placeholder="Enter text to summarize..."),
16
- outputs="text",
17
- theme="huggingface"
18
  )
19
  iface.launch()
 
13
  iface = gr.Interface(
14
  fn=translate,
15
  inputs=gr.inputs.Textbox(lines=10, placeholder="Enter text to summarize..."),
16
+ outputs="text"
 
17
  )
18
  iface.launch()