nehalelkaref commited on
Commit
d08e430
·
1 Parent(s): 2892224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -40,7 +40,9 @@ def predict_label(text):
40
  print('OUTPUT HERE')
41
  return 'output'
42
  def temp(text):
 
43
  return text
 
44
  # model_path = 'models/span.model'
45
  # model = SpanNet.load_model(model_path)
46
  iface = gr.Interface(fn=temp, inputs="text", outputs="text")
 
40
  print('OUTPUT HERE')
41
  return 'output'
42
  def temp(text):
43
+ print('IN FUNCTION')
44
  return text
45
+ print('STARTING ..')
46
  # model_path = 'models/span.model'
47
  # model = SpanNet.load_model(model_path)
48
  iface = gr.Interface(fn=temp, inputs="text", outputs="text")