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

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="Label")
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()