noumanjavaid commited on
Commit
b0e48f4
·
verified ·
1 Parent(s): 2a5fb89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -199,4 +199,10 @@ def create_demo():
199
  # Create and launch the application
200
  if __name__ == "__main__":
201
  demo = create_demo()
202
- demo.launch()
 
 
 
 
 
 
 
199
  # Create and launch the application
200
  if __name__ == "__main__":
201
  demo = create_demo()
202
+ demo.launch(
203
+ show_api=False,
204
+ show_error=True,
205
+ show_tips=False,
206
+ share=False,
207
+ quiet=True
208
+ )