Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def text_generation(input_text = None):
|
|
33 |
gr.Interface(
|
34 |
text_generation,
|
35 |
[gr.inputs.Textbox(lines=1, label="Enter input text or leave blank")],
|
36 |
-
outputs=[gr.outputs.Textbox(type="
|
37 |
title=title,
|
38 |
description=description,
|
39 |
article=article,
|
|
|
33 |
gr.Interface(
|
34 |
text_generation,
|
35 |
[gr.inputs.Textbox(lines=1, label="Enter input text or leave blank")],
|
36 |
+
outputs=[gr.outputs.Textbox(type="text", label="Generated Ted-Talk snippet")],
|
37 |
title=title,
|
38 |
description=description,
|
39 |
article=article,
|