Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 709 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 709 Bytes

A PlanQK Demo Example using Gradio

This is an example of a PlanQK Demo created with Gradio. The demo creates a web user interface to demonstrate the Quantum Random Number Generator published on the PlanQK Marketplace.

Try it out

To run the demo subscribe to the Quantum Random Number Generator with an Application. Then add the credentials of your Application as environment variables.

Run it locally with:

conda env create -f environment.yml
conda activate demo-starter-gradio
gradio app.py