Shivam29rathore commited on
Commit
c818447
1 Parent(s): 29c0249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,8 +211,8 @@ import gradio as gr
211
 
212
 
213
 
214
- interface1 = gr.Interface(fn=pegasus,
215
  inputs =gr.inputs.Textbox(lines=15,placeholder="Enter your text !!",label='Input-10k Sections'),
216
- outputs=gr.outputs.Textbox(label='Output- Pegasus')).launch()
217
 
218
 
 
211
 
212
 
213
 
214
+ interface1 = gr.Interface(fn=finbert,
215
  inputs =gr.inputs.Textbox(lines=15,placeholder="Enter your text !!",label='Input-10k Sections'),
216
+ outputs=gr.outputs.Textbox(label='Output')).launch()
217
 
218