delightfulrachel commited on
Commit
efd83f0
·
verified ·
1 Parent(s): 8deab90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -699,7 +699,7 @@ if __name__ == "__main__":
699
  app.launch(
700
  server_name="0.0.0.0",
701
  server_port=port,
702
- share=False
703
  )
704
  except Exception as e:
705
  print(f"🔥 Server failed to start: {str(e)}")
 
699
  app.launch(
700
  server_name="0.0.0.0",
701
  server_port=port,
702
+ share=True
703
  )
704
  except Exception as e:
705
  print(f"🔥 Server failed to start: {str(e)}")