yaful commited on
Commit
7897a5e
1 Parent(s): eb17be3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ def detect(input_text,device,th=-3.08583984375):
31
 
32
  return label2decisions[decision]
33
 
34
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
35
  iface.launch()
 
31
 
32
  return label2decisions[decision]
33
 
34
+ iface = gr.Interface(fn=detect, inputs="text", outputs="text")
35
  iface.launch()