NoCrypt commited on
Commit
62cfcf9
1 Parent(s): d5acf98

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
- [gr.outputs.Textbox(label='Output String', lines=7), gr.outputs.Label(label='Output Labels')],
116
  title=TITLE,
117
  description=DESCRIPTION,
118
  theme=args.theme,
 
112
  default=args.score_threshold,
113
  label='Score Threshold'),
114
  ],
115
+ [gr.outputs.Textbox(label='Output String'), gr.outputs.Label(label='Output Labels')],
116
  title=TITLE,
117
  description=DESCRIPTION,
118
  theme=args.theme,