Norod78 commited on
Commit
0e0743a
·
verified ·
1 Parent(s): d8c947e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def text_generation(input_text = None):
68
  gr.Interface(
69
  text_generation,
70
  [gr.inputs.Textbox(lines=1, label="Enter strating text or leave blank")],
71
- outputs=[gr.outputs.Textbox(type="auto", label="Generated quest text")],
72
  title=title,
73
  description=description,
74
  article=article,
 
68
  gr.Interface(
69
  text_generation,
70
  [gr.inputs.Textbox(lines=1, label="Enter strating text or leave blank")],
71
+ outputs=[gr.outputs.Textbox(type="text", label="Generated quest text")],
72
  title=title,
73
  description=description,
74
  article=article,