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

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.Code,
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.outputs.Textbox()
67
  title="Chuunibyou Text Generator",
68
  description="Transform text into an elaborate and formal style with a nobleman tone."
69
  )