acecalisto3 commited on
Commit
091fd44
·
verified ·
1 Parent(s): 1df7fac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1579,8 +1579,8 @@ if __name__ == "__main__":
1579
 
1580
  try:
1581
  # Create and run the builder interface
1582
- demo = create_builder_interface()
1583
- demo.launch(share=True)
1584
  except Exception as e:
1585
  logger.error(f"Error running application: {e}")
1586
 
 
1579
 
1580
  try:
1581
  # Create and run the builder interface
1582
+ interface = GradioInterface()
1583
+ interface.launch(share=True)
1584
  except Exception as e:
1585
  logger.error(f"Error running application: {e}")
1586