acecalisto3 commited on
Commit
5e77441
·
verified ·
1 Parent(s): b28879f

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(server_port=5000)
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()
1316
 
1317
  # Run automated tests
1318
  unittest.main(argv=[''], exit=False)