sumityadav329 commited on
Commit
2f5cdae
·
verified ·
1 Parent(s): b1f5d3b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def main():
102
  demo.launch(
103
  server_name="0.0.0.0", # Listen on all network interfaces
104
  server_port=7860, # Default Gradio port
105
- share=True # Set to True if you want a public link
106
  )
107
  except Exception as e:
108
  print(f"Error launching Gradio app: {e}")
 
102
  demo.launch(
103
  server_name="0.0.0.0", # Listen on all network interfaces
104
  server_port=7860, # Default Gradio port
105
+ share=False # Set to True if you want a public link
106
  )
107
  except Exception as e:
108
  print(f"Error launching Gradio app: {e}")