Ajeya95 commited on
Commit
1755432
Β·
verified Β·
1 Parent(s): b50f920

changed launch settings

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1874,8 +1874,8 @@ def main():
1874
 
1875
  # Launch Gradio interface
1876
  interface.launch(
1877
- share=True, # Creates public URL for sharing
1878
- server_name="127.0.0.1", # Localhost access
1879
  server_port=7860,
1880
  show_error=True,
1881
  inbrowser=True # Automatically opens browser
 
1874
 
1875
  # Launch Gradio interface
1876
  interface.launch(
1877
+ share=False, # Creates public URL for sharing
1878
+ server_name="0.0.0.0", # Localhost access
1879
  server_port=7860,
1880
  show_error=True,
1881
  inbrowser=True # Automatically opens browser