Spaces:
Running
Running
apply scale
Browse files- interfaces/cap_minor.py +1 -1
interfaces/cap_minor.py
CHANGED
@@ -92,4 +92,4 @@ demo = gr.Interface(
|
|
92 |
inputs=[gr.Textbox(lines=6, label="Input"),
|
93 |
gr.Dropdown(languages, label="Language"),
|
94 |
gr.Dropdown(domains.keys(), label="Domain")],
|
95 |
-
outputs=[gr.Label(num_top_classes=5, label="Output"), gr.Markdown()])
|
|
|
92 |
inputs=[gr.Textbox(lines=6, label="Input"),
|
93 |
gr.Dropdown(languages, label="Language"),
|
94 |
gr.Dropdown(domains.keys(), label="Domain")],
|
95 |
+
outputs=[gr.Label(num_top_classes=5, label="Output", scale=2), gr.Markdown()])
|