NoCrypt commited on
Commit
7b6601e
1 Parent(s): b3fd4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def main():
112
  default=args.score_threshold,
113
  label='Score Threshold'),
114
  ],
115
- ['text', gr.outputs.Label(label='Output')],
116
  title=TITLE,
117
  description=DESCRIPTION,
118
  theme=args.theme,
 
112
  default=args.score_threshold,
113
  label='Score Threshold'),
114
  ],
115
+ [gr.outputs.TextArea(label='Output String'), gr.outputs.Label(label='Output Labels')],
116
  title=TITLE,
117
  description=DESCRIPTION,
118
  theme=args.theme,