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