sumityadav329 commited on
Commit
586a4a6
·
verified ·
1 Parent(s): 28b4515

share is set to True

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