tensorgirl commited on
Commit
ec9a090
·
verified ·
1 Parent(s): 03fd821

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -43,7 +43,7 @@ def classify_msg(message):
43
  response.text[response.text.find("{") : response.text.rfind("}") + 1]
44
  )
45
 
46
- return gr.Label(json_response['category'])
47
 
48
 
49
  @app.get("/")
 
43
  response.text[response.text.find("{") : response.text.rfind("}") + 1]
44
  )
45
 
46
+ return json_response['category']
47
 
48
 
49
  @app.get("/")