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