nickprock commited on
Commit
acbb97c
1 Parent(s): 3ff7064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -83,8 +83,7 @@ dictionary={'LABEL_0':'activate_my_card',
83
 
84
 
85
  def greet(text, dictionary=dictionary):
86
- response = pipe(text)
87
- #return dictionary[response[0]['label']]
88
  return response[0]['label']
89
 
90
  demo = gr.Interface(fn=greet,
 
83
 
84
 
85
  def greet(text, dictionary=dictionary):
86
+ response = pipe(text)
 
87
  return response[0]['label']
88
 
89
  demo = gr.Interface(fn=greet,