Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ labels = gr.Textbox(lines=1, label="Labels", placeholder="Comma-separated labels
|
|
| 16 |
out = gr.Textbox(lines=1, label="Classification")
|
| 17 |
|
| 18 |
# Create the interface and launch it
|
| 19 |
-
gr.Interface(classify, inputs=[txt,
|
|
|
|
| 16 |
out = gr.Textbox(lines=1, label="Classification")
|
| 17 |
|
| 18 |
# Create the interface and launch it
|
| 19 |
+
gr.Interface(classify, inputs=[txt, labels], outputs=out).launch()
|