futranbg commited on
Commit
01a4186
Β·
1 Parent(s): b645aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ def classify(input):
9
  result = model.predict(input, k=5)
10
  return result
11
 
12
- iface = gr.Interface(fn=classify, inputs="text", outputs="text")
13
  iface.launch()
 
9
  result = model.predict(input, k=5)
10
  return result
11
 
12
+ iface = gr.Interface(fn=classify, inputs="text", outputs="Label")
13
  iface.launch()