elliottower commited on
Commit
1c5351c
1 Parent(s): 4c2472a

Test removing port from demo.launch() as it seems to not launch correctly (#6)

Browse files

- Test removing port from demo.launch() as it seems to not launch correctly (a1586d842a51312ad34c50cc4059f95fdad81ace)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -573,4 +573,4 @@ Prompting multiple AI agents to play games in a language-driven environment.
573
  )
574
 
575
  demo.queue()
576
- demo.launch(debug=DEBUG, server_port=8080)
 
573
  )
574
 
575
  demo.queue()
576
+ demo.launch(debug=DEBUG)