Ramendra commited on
Commit
e0e878f
1 Parent(s): fef9c8d

testing changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ iface=gr.Interface(
13
  inputs=gr.inputs.Textbox(lines=10,placeholder="Enter text to summarize ..."),
14
  outputs="text"
15
  )
16
-
17
  iface.launch()
 
13
  inputs=gr.inputs.Textbox(lines=10,placeholder="Enter text to summarize ..."),
14
  outputs="text"
15
  )
16
+ # Testing changes
17
  iface.launch()