Tanor commited on
Commit
c4d01d7
·
1 Parent(s): 6c26ae2
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,5 +5,6 @@ pipe = SentimentPipeline("Tanor/SRGPTSENTPOS2", "Tanor/SRGPTSENTNEG2")
5
  def calculate(text):
6
  return pipe(text)
7
 
 
8
  iface = gr.Interface(fn=calculate, inputs="text", outputs="text")
9
  iface.launch()
 
5
  def calculate(text):
6
  return pipe(text)
7
 
8
+
9
  iface = gr.Interface(fn=calculate, inputs="text", outputs="text")
10
  iface.launch()