sumityadav329 commited on
Commit
7a77c74
·
verified ·
1 Parent(s): 6c59c0b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def main():
192
  demo.launch(
193
  server_name="0.0.0.0", # Listen on all network interfaces
194
  server_port=7860, # Default Gradio port
195
- share=True # Set to True for a public link
196
  )
197
  except Exception as e:
198
  print(f"Error launching Gradio app: {e}")
 
192
  demo.launch(
193
  server_name="0.0.0.0", # Listen on all network interfaces
194
  server_port=7860, # Default Gradio port
195
+ share=False # Set to True for a public link
196
  )
197
  except Exception as e:
198
  print(f"Error launching Gradio app: {e}")