KeeganFdes commited on
Commit
8057064
1 Parent(s): 4952602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,5 +54,5 @@ with open('model.pkl', 'rb') as file:
54
 
55
  # Create a function to predict tags using the ONNX model
56
 
57
- iface = gr.Interface(fn=predict_tags, inputs="text", outputs="text[]")
58
  iface.launch()
 
54
 
55
  # Create a function to predict tags using the ONNX model
56
 
57
+ iface = gr.Interface(fn=predict_tags, inputs="text", outputs="text")
58
  iface.launch()