Norod78 commited on
Commit
3fff340
·
verified ·
1 Parent(s): 28b5892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def text_generation(input_text = None):
74
  demo = gr.Interface(
75
  text_generation,
76
  inputs=gr.Textbox(lines=1, label="Enter strating text or leave blank"),
77
- outputs=gr.Textbox(type="text", label="Generated quest text")],
78
  title=title,
79
  description=description,
80
  article=article,
 
74
  demo = gr.Interface(
75
  text_generation,
76
  inputs=gr.Textbox(lines=1, label="Enter strating text or leave blank"),
77
+ outputs=gr.Textbox(type="text", label="Generated quest text"),
78
  title=title,
79
  description=description,
80
  article=article,