Ludek Matyska commited on
Commit
7d3769d
·
1 Parent(s): eba4c06

fix: requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -0
app.py CHANGED
@@ -32,4 +32,4 @@ with gr.Blocks(title="Quantum Circuits Learning Programme") as demo:
32
 
33
  # Launch the interface
34
  if __name__ == "__main__":
35
- demo.launch()
 
32
 
33
  # Launch the interface
34
  if __name__ == "__main__":
35
+ demo.launch(mcp_server=True)
requirements.txt CHANGED
@@ -1 +1,3 @@
1
  gradio[mcp]
 
 
 
1
  gradio[mcp]
2
+ requests
3
+ nbformat