willn9 commited on
Commit
b1daadf
·
verified ·
1 Parent(s): ceefbfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,4 +105,4 @@ CAPD_Game_app = gr.Interface(
105
 
106
  # Launch the application
107
  if __name__ == "__main__":
108
- CAPD_Game_app.launch()
 
105
 
106
  # Launch the application
107
  if __name__ == "__main__":
108
+ CAPD_Game_app.launch(share=True)