yuxiang630 not-lain commited on
Commit
9ad7eb4
1 Parent(s): 1ae9bce

minor changes (#2)

Browse files

- switched to a Markdown output (683003e0372f12df7ae064112877876dd0c79fe4)


Co-authored-by: not-lain <not-lain@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -80,8 +80,7 @@ def main(
80
  ],
81
  inputs = [interface_input]
82
  )
83
- output = gr.Textbox(
84
- lines=30,
85
  label="Output",
86
  )
87
  submit.click(
 
80
  ],
81
  inputs = [interface_input]
82
  )
83
+ output = gr.Markdown(
 
84
  label="Output",
85
  )
86
  submit.click(