sohiebwedyan commited on
Commit
714a740
·
verified ·
1 Parent(s): b905749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -98,6 +98,5 @@ demo = gr.Interface(
98
  ),
99
  allow_flagging="never",
100
  )
101
-
102
  if __name__ == "__main__":
103
- demo.launch(share=False) # set share=True if you need a public link
 
98
  ),
99
  allow_flagging="never",
100
  )
 
101
  if __name__ == "__main__":
102
+ demo.launch(share=False, show_api=False)