ganeshkamath89 commited on
Commit
85fa6c7
1 Parent(s): ff34101

passing share=True to make the application sharable publicly

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ wiki_summary = gr.Interface(
31
  gr.Text(label="Text", lines=10)
32
  ]
33
  )
34
- wiki_summary.launch()
 
31
  gr.Text(label="Text", lines=10)
32
  ]
33
  )
34
+ wiki_summary.launch(share=True)