aaronmat1905 commited on
Commit
bbedbe4
·
verified ·
1 Parent(s): fcfc64d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,5 +18,5 @@ except Exception as e:
18
  print(f"An error occurred: {e}")
19
  from interface import build_interface, data_model
20
  if __name__ == "__main__":
21
- demo = build_interface(session_id)
22
  demo.launch()
 
18
  print(f"An error occurred: {e}")
19
  from interface import build_interface, data_model
20
  if __name__ == "__main__":
21
+ demo = build_interface()
22
  demo.launch()