Launch an interactive web app for image generation
image-generation.yaml
file.
notebook.yaml
.import
, let’s create a working directory /model/
and import the model.ports
key expose the workload ports where VESSL listens for HTTP requests. This means you will be able to interact with the remote workload — sending input query and receiving an generated image through port 7860
in this case.app.py
.gradio
link to launch the app.