Spaces:
Runtime error
Runtime error
Commit
·
3c341ed
1
Parent(s):
0138957
Update app.py
Browse files
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)
|