mzltest commited on
Commit
e74ab7a
1 Parent(s): c669eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -154,10 +154,10 @@ def main():
154
  label='Score Threshold'),
155
  ],
156
  [
157
- gr.outputs.Textbox(label='Output (string)'),
158
- gr.outputs.Textbox(label='Output (raw string)'),
159
- gr.outputs.Label(label='Output (label)'),
160
- gr.outputs.HTML()
161
  ],
162
  title=TITLE,
163
  description='''
 
154
  label='Score Threshold'),
155
  ],
156
  [
157
+ gr.Textbox(label='Output (string)'),
158
+ gr.Textbox(label='Output (raw string)'),
159
+ gr.Label(label='Output (label)'),
160
+ gr.HTML()
161
  ],
162
  title=TITLE,
163
  description='''