shukdevdatta123 commited on
Commit
bd4f75f
·
verified ·
1 Parent(s): 9d0ab90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -303,8 +303,5 @@ with gr.Blocks(title="Tavily Search API", theme=gr.themes.Soft()) as app:
303
  # Launch the app
304
  if __name__ == "__main__":
305
  app.launch(
306
- share=False,
307
- server_name="127.0.0.1",
308
- server_port=7860,
309
- show_error=True
310
  )
 
303
  # Launch the app
304
  if __name__ == "__main__":
305
  app.launch(
306
+ share=True
 
 
 
307
  )