Closed deep-diver closed 2 years ago
@sayakpaul
One thing to notice when writing a Gradio App is, the preprocessing functions embedded into the signature
will not work (am I right?). So, they should be implemented as a part of the Gradio App.
Thanks for being thorough with what's expected from the notebook!
I will begin working on it soon.
A notebook to demonstrate how to build Gradio app with the model emitted from the Vertex Pipeline. The pipeline was run within my GCP project, there are two ways to test the model for you:
You run the pipeline on your own. To do this, you need to set a GitHub Secret of the GCP credential. The name of the GitHub Secret should be your
GCP PROJECT ID
.Action
tab, then selectTrigger Training Pipeline
section, thenRun workflow
with your ownGCP PROJET ID
.Download a temporary model emitted from the Vertex Pipeline. The downloadable GCS Bucket can be found in
notebooks/inference_from_SavedModel.ipynb
notebook.After this issue is done, we will work on porting this notebook to the standalone Gradio application.