ganeshkumar383 commited on
Commit
d578a12
·
verified ·
1 Parent(s): 265da50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -772,7 +772,7 @@ def main():
772
 
773
  # Launch the application
774
  demo.launch(
775
- share=False, # Set to True for public sharing
776
  server_name="0.0.0.0", # Allow external access
777
  server_port=7860 # Standard Gradio port
778
  )
 
772
 
773
  # Launch the application
774
  demo.launch(
775
+ share=True, # Set to True for public sharing
776
  server_name="0.0.0.0", # Allow external access
777
  server_port=7860 # Standard Gradio port
778
  )