prabinpanta0 commited on
Commit
b6037de
·
verified ·
1 Parent(s): 99540ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.Textbox()
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
  )