acecalisto3 commited on
Commit
d7d83b9
·
verified ·
1 Parent(s): 20b0cf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def main():
274
  run_command_button.click(execute_command, inputs=command_input, outputs=command_output)
275
  preview_button.click(preview_project, outputs=project_output)
276
 
277
- main.launch(server_port=8080)
278
 
279
  if __name__ == "__main__":
280
  main()
 
274
  run_command_button.click(execute_command, inputs=command_input, outputs=command_output)
275
  preview_button.click(preview_project, outputs=project_output)
276
 
277
+ demo.launch(server_port=8080)
278
 
279
  if __name__ == "__main__":
280
  main()