ajitrajasekharan commited on
Commit
6635241
·
1 Parent(s): d4804d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -83,10 +83,7 @@ try:
83
  start = time.time()
84
  try:
85
  res = get_bert_prediction(input_text,top_k)
86
-
87
-
88
  st.header("JSON:")
89
-
90
  st.json(res)
91
 
92
  except Exception as e:
 
83
  start = time.time()
84
  try:
85
  res = get_bert_prediction(input_text,top_k)
 
 
86
  st.header("JSON:")
 
87
  st.json(res)
88
 
89
  except Exception as e: