dygoo commited on
Commit
917501b
·
verified ·
1 Parent(s): 725cd97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -572,11 +572,8 @@ with gr.Blocks(title="Enhanced Founder Finder", theme=gr.themes.Soft()) as demo:
572
  if __name__ == "__main__":
573
  demo.launch(
574
  share=False,
575
- show_error=True,
576
- show_tips=True,
577
- height=800
578
  )
579
-
580
  '''
581
  import gradio as gr
582
  import requests
 
572
  if __name__ == "__main__":
573
  demo.launch(
574
  share=False,
575
+ show_error=True
 
 
576
  )
 
577
  '''
578
  import gradio as gr
579
  import requests