stats-dev commited on
Commit
fa1a7fd
1 Parent(s): c9fd2e0
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,5 +11,6 @@ formal_classifier = pipeline(task="text-classification", model=model, tokenizer=
11
  def greet(name):
12
  return formal_classifier(name)
13
 
 
14
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
15
  iface.launch()
 
11
  def greet(name):
12
  return formal_classifier(name)
13
 
14
+ print("test")
15
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
16
  iface.launch()