leana001 commited on
Commit
7862505
·
verified ·
1 Parent(s): 9b1499a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -457,4 +457,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as interface: # Apply a t
457
  )
458
 
459
  if __name__ == "__main__":
460
- interface.launch(show_api=False, show_share_button=False)
 
457
  )
458
 
459
  if __name__ == "__main__":
460
+ interface.launch(show_api=False) # Removed show_share_button=False as it's not valid for gr.Blocks