Spaces:
Runtime error
Runtime error
prabinpanta0
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def generate(text):
|
|
63 |
iface = gr.Interface(
|
64 |
fn=generate,
|
65 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
66 |
-
outputs=gr.
|
67 |
title="Chuunibyou Text Generator",
|
68 |
description="Transform text into an elaborate and formal style with a nobleman tone."
|
69 |
)
|
|
|
63 |
iface = gr.Interface(
|
64 |
fn=generate,
|
65 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
66 |
+
outputs=gr.Text()
|
67 |
title="Chuunibyou Text Generator",
|
68 |
description="Transform text into an elaborate and formal style with a nobleman tone."
|
69 |
)
|