Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
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:
|