Hyeonseo commited on
Commit
68bfe6f
1 Parent(s): fe3d800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ inputs = [
38
  gr.inputs.File(label="Upload MDX File")
39
  ]
40
 
41
- outputs = gr.outputs.Textbox(lines=30, label="Translation")
42
 
43
  def translate_with_upload(text, file):
44
 
 
38
  gr.inputs.File(label="Upload MDX File")
39
  ]
40
 
41
+ outputs = gr.outputs.Textbox(label="Translation")
42
 
43
  def translate_with_upload(text, file):
44