Norod78 commited on
Commit
28b5892
1 Parent(s): 61da784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def text_generation(input_text = None):
73
 
74
  demo = gr.Interface(
75
  text_generation,
76
- inputs=gr.Textbox(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,
 
73
 
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,