diginoron commited on
Commit
1bda1c8
·
verified ·
1 Parent(s): 46a0755

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -119,7 +119,5 @@ with gr.Blocks(css="""
119
  if __name__ == "__main__":
120
  demo.launch(
121
  share=True,
122
- show_api=False,
123
- show_tips=False,
124
- show_share=False
125
- )
 
119
  if __name__ == "__main__":
120
  demo.launch(
121
  share=True,
122
+ show_api=False
123
+ )