Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
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,
|