gtani commited on
Commit
8287a90
·
verified ·
1 Parent(s): 2265da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -297,8 +297,7 @@ if __name__ == "__main__":
297
  demo.queue().launch(
298
  server_name="0.0.0.0", # in a space or your own server
299
  show_api=False, # hides the “Use via API” link
300
- show_share=False, # hides the “Share” link
301
- show_footer=False, # hides the Gradio footer
302
  auth=(USER, PWD), # basic-auth from env
303
  share=True # generate a public link
304
  )
 
297
  demo.queue().launch(
298
  server_name="0.0.0.0", # in a space or your own server
299
  show_api=False, # hides the “Use via API” link
300
+ share=False, # hides the “Share” link
 
301
  auth=(USER, PWD), # basic-auth from env
302
  share=True # generate a public link
303
  )