prabinpanta0 commited on
Commit
ba815e5
1 Parent(s): 80ba45c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def generate(text):
45
 
46
  iface = gr.Interface(
47
  fn=generate,
48
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
49
  outputs="text",
50
  title="Chuunibyou Text Generator",
51
  description="Transform text into an elaborate and formal style with a nobleman tone."
 
45
 
46
  iface = gr.Interface(
47
  fn=generate,
48
+ inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
49
  outputs="text",
50
  title="Chuunibyou Text Generator",
51
  description="Transform text into an elaborate and formal style with a nobleman tone."