acecalisto3 commited on
Commit
59cc87c
·
verified ·
1 Parent(s): d3cfd6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1312,7 +1312,7 @@ if __name__ == "__main__":
1312
 
1313
  # Create and launch Gradio interface
1314
  demo = create_interface()
1315
- demo.launch()
1316
 
1317
  # Run automated tests
1318
  unittest.main(argv=[''], exit=False)
 
1312
 
1313
  # Create and launch Gradio interface
1314
  demo = create_interface()
1315
+ demo.launch(server_port=8080)
1316
 
1317
  # Run automated tests
1318
  unittest.main(argv=[''], exit=False)