nehalelkaref commited on
Commit
870601f
·
1 Parent(s): 9e6957e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def predict_label(text):
37
  output=''
38
  for op in pooled_scores[0]:
39
  output+= op + ','
 
40
  return 'output'
41
 
42
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text")
 
37
  output=''
38
  for op in pooled_scores[0]:
39
  output+= op + ','
40
+ print('OUTPUT HERE')
41
  return 'output'
42
 
43
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text")