NoCrypt commited on
Commit
eb6169a
1 Parent(s): 3a490eb

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
+ ['text', gr.outputs.Label(label='Output')],
116
  title=TITLE,
117
  description=DESCRIPTION,
118
  theme=args.theme,