nehalelkaref commited on
Commit
9c270b3
·
1 Parent(s): 44e2bdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,4 +40,5 @@ def predict_label(text):
40
  return pooled_scores
41
 
42
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text")
 
43
 
 
40
  return pooled_scores
41
 
42
  iface = gr.Interface(fn=predict_label, inputs="text", outputs="text")
43
+ iface.launch()
44