DurgaDeepak commited on
Commit
f68f75d
·
verified ·
1 Parent(s): ce6f53f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -460,4 +460,5 @@ with gr.Blocks() as demo:
460
  )
461
 
462
  # Launch the Gradio App
463
- demo.launch(share=True, enable_queue=True, show_error=True, ssl_verify=False, ssr_mode=False)
 
 
460
  )
461
 
462
  # Launch the Gradio App
463
+ if __name__ == "__main__":
464
+ demo.launch(ssr_mode=False)