samyak152002 commited on
Commit
f51a49c
·
verified ·
1 Parent(s): 7e0777a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -566,7 +566,7 @@ if __name__ == "__main__":
566
 
567
  interface = create_interface()
568
  interface.launch(
569
- # share=True, # For ngrok public link
570
  # server_name="0.0.0.0", # To allow access from network
571
  # server_port=7860
572
  )
 
566
 
567
  interface = create_interface()
568
  interface.launch(
569
+ share=True, # For ngrok public link
570
  # server_name="0.0.0.0", # To allow access from network
571
  # server_port=7860
572
  )