Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,6 +113,10 @@ def main():
|
|
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,
|
|
|
113 |
label='Score Threshold'),
|
114 |
],
|
115 |
[gr.outputs.Textbox(label='Output String'), gr.outputs.Label(label='Output Labels')],
|
116 |
+
examples=[
|
117 |
+
['miku.jpg',0.5],
|
118 |
+
['miku2.jpg',0.5]
|
119 |
+
]
|
120 |
title=TITLE,
|
121 |
description=DESCRIPTION,
|
122 |
theme=args.theme,
|