GoogleCloudPlatform / GoogleCloudPlatform/generative-ai
[Bug]: syntax error in cloud run
Open
- Dominant language
- Jupyter Notebook
- Stars
- 17.7k
- Forks
- 4.5k
- Avg merge
- 12h 38m
- Merged PRs (30d)
- 42
Description
### File Name
gemini/multimodal-live-api/websocket-demo-app
### What happened?
Hi Team,
Could you please check the syntax of below in cloud run. I am getting error at "gemini-live-demo"
```sh
gcloud run deploy --project=YOUR-PROJECT-ID \
--region=us-central1 \
--source=./ \
--allow-unauthenticated \
--port=8000 \
gemini-live-demo
```
### Relevant log output
```shell
Resource 'gemini-live-demo' of kind 'SERVICE' in region 'us-central1' in project '' does not exist.
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.