remotewith commited on
Commit
0f4d306
·
1 Parent(s): f78dcbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ app1=gr.Interface(
125
  )
126
 
127
  app2=gr.Interface(fn=text_to_short_summary,
128
- inputs=" ",
129
  outputs=gr.Textbox(label="Output"))
130
 
131
  demo = gr.TabbedInterface([app1, app2], ["Text", "Detailed_Summary"])
 
125
  )
126
 
127
  app2=gr.Interface(fn=text_to_short_summary,
128
+ inputs=gr.Textbox(label="Input"),
129
  outputs=gr.Textbox(label="Output"))
130
 
131
  demo = gr.TabbedInterface([app1, app2], ["Text", "Detailed_Summary"])