Hyeonseo commited on
Commit
fbb0cb8
·
1 Parent(s): 35932c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def translate(text_input, openapi_key):
35
 
36
  inputs = [
37
  gr.inputs.Textbox(lines=2, label="Input Open API Key"),
38
- # gr.inputs.File(label="Upload MDX File")
39
  ]
40
 
41
  outputs = gr.outputs.Textbox(label="Translation")
 
35
 
36
  inputs = [
37
  gr.inputs.Textbox(lines=2, label="Input Open API Key"),
38
+ gr.inputs.File(label="Upload MDX File")
39
  ]
40
 
41
  outputs = gr.outputs.Textbox(label="Translation")