You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Ensure you have set your Google Cloud Project ID
14
+
gcloud config set project <PROJECT_ID>
15
+
16
+
# Deploy to Cloud Run
17
+
gcloud run deploy helloworld-gradio --source .
18
+
```
19
+
20
+
For more details on how to work with this sample, read the [Python Cloud Run Samples README](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/run)
0 commit comments