KaizeShi commited on
Commit
d6ac229
·
1 Parent(s): befa78d

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ g = gr.Interface(
134
  ),
135
  ],
136
  outputs=[
137
- gr.inputs.Textbox(
138
  lines=5,
139
  label="Output",
140
  )
 
134
  ),
135
  ],
136
  outputs=[
137
+ gr.Textbox(
138
  lines=5,
139
  label="Output",
140
  )