Tonic commited on
Commit
b76f17e
Β·
verified Β·
1 Parent(s): f754e6a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -676,7 +676,7 @@ if __name__ == "__main__":
676
  print(f"Chord mapping exists: {os.path.exists(mapping_file)}")
677
 
678
  # Launch the demo
679
- demo.queue().launch(ssr_mode=False)
680
  except Exception as e:
681
  print(f"Error launching demo: {str(e)}")
682
  finally:
 
676
  print(f"Chord mapping exists: {os.path.exists(mapping_file)}")
677
 
678
  # Launch the demo
679
+ demo.queue().launch(ssr_mode=False, mcp_server=True)
680
  except Exception as e:
681
  print(f"Error launching demo: {str(e)}")
682
  finally: