Mariamabed commited on
Commit
298eb7e
·
verified ·
1 Parent(s): 2473cb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()