shauryaDugar commited on
Commit
a9a6e3b
1 Parent(s): 34d45eb

Update interface.py

Browse files
Files changed (1) hide show
  1. interface.py +1 -1
interface.py CHANGED
@@ -42,4 +42,4 @@ demo = gr.Interface(
42
  description="This app lets you detect and analyze different types of bias in written content. Right now we have support for four bias categories: gender, racial, political, and hate-speech. More categories will be added soon!"
43
  )
44
 
45
- demo.launch(share=True)
 
42
  description="This app lets you detect and analyze different types of bias in written content. Right now we have support for four bias categories: gender, racial, political, and hate-speech. More categories will be added soon!"
43
  )
44
 
45
+ demo.launch()