Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'
|
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,
|