Norod78 commited on
Commit
514b3bc
β€’
1 Parent(s): ec0c110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="auto", label="Generated Ted-Talk snippet")],
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,