Campfireman commited on
Commit
9d3f4c4
·
1 Parent(s): ed644fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ def extrator_pipeline(url):
63
  return notity
64
 
65
  demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
66
-
 
63
  return notity
64
 
65
  demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
66
+ demo.launch()