Campfireman commited on
Commit
6717855
1 Parent(s): 165f4b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,4 +66,4 @@ def extrator_pipeline(url):
66
  return notify
67
 
68
  demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
69
- demo.launch(share=True)
 
66
  return notify
67
 
68
  demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
69
+ demo.launch()