Rehman1603 commited on
Commit
3c341ed
·
1 Parent(s): 0138957

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ def Processing(url,model,lang):
25
 
26
  interface=gr.Interface(fn=Processing,inputs=[gr.components.Textbox(placeholder="Enter YouTube Video Link",label="YouTube Video Link"),gr.components.Radio(["NLP","BART"],type="value",label="Select any one Summary Model")],gr.components.Radio(["Urdu","German","Hindi"],type="value",label="Select any one Language")],
27
  outputs=[gr.components.Textbox(label="Summary in English"),gr.outputs.Textbox(label="Summary in English")],
28
-
29
  interface.launch(debug=True)
 
25
 
26
  interface=gr.Interface(fn=Processing,inputs=[gr.components.Textbox(placeholder="Enter YouTube Video Link",label="YouTube Video Link"),gr.components.Radio(["NLP","BART"],type="value",label="Select any one Summary Model")],gr.components.Radio(["Urdu","German","Hindi"],type="value",label="Select any one Language")],
27
  outputs=[gr.components.Textbox(label="Summary in English"),gr.outputs.Textbox(label="Summary in English")],
28
+ )
29
  interface.launch(debug=True)