리뷰 Gemini Enterprise Agent Platform의 Gemini API로 앱 개발개

리뷰 11917개

Ong P. · 2년 초과 전에 리뷰됨

Tan H. · 2년 초과 전에 리뷰됨

There is an issue with t he lab - duplicatewidgetID

Abram M. · 2년 초과 전에 리뷰됨

Yeat Fai C. · 2년 초과 전에 리뷰됨

Kennedy T. · 2년 초과 전에 리뷰됨

Jack Pang C. · 2년 초과 전에 리뷰됨

broken task8

Nicholas W. · 2년 초과 전에 리뷰됨

Nathan X. · 2년 초과 전에 리뷰됨

NIK B. · 2년 초과 전에 리뷰됨

Some of the tasks need to take several time of reloads to update the task progress when I have actually completed.

Chai Syuen C. · 2년 초과 전에 리뷰됨

I cannot score full mark because there is a bug. I have already developed the ER diagram in one of the task, however it did not score me!

Joanne G. · 2년 초과 전에 리뷰됨

Zhenghan W. · 2년 초과 전에 리뷰됨

Thayalen C. · 2년 초과 전에 리뷰됨

Misha R. · 2년 초과 전에 리뷰됨

Tan Z. · 2년 초과 전에 리뷰됨

Muhammad Aiman M. · 2년 초과 전에 리뷰됨

Xiao Ting B. · 2년 초과 전에 리뷰됨

MUHAMMAD AFIQ AHNAF B. · 2년 초과 전에 리뷰됨

Ching Wei N. · 2년 초과 전에 리뷰됨

Terrible labs with bugs

JIN DI G. · 2년 초과 전에 리뷰됨

Jack Pang C. · 2년 초과 전에 리뷰됨

Hua Jian C. · 2년 초과 전에 리뷰됨

Anwar I. · 2년 초과 전에 리뷰됨

Victor C. · 2년 초과 전에 리뷰됨

There is an indentation error and incomplete code snippet in Task 13. The corrected version as follows: cat >> ~/gemini-app/app_tab4.py <<EOF with video_geoloc: video_geolocation_uri = "gs://cloud-training/OCBL447/gemini-app/videos/bus.mp4" video_geolocation_url = "https://storage.googleapis.com/"+video_geolocation_uri.split("gs://")[1] video_geolocation_vid = Part.from_uri(video_geolocation_uri, mime_type="video/mp4") st.video(video_geolocation_url) st.markdown("""Answer the following questions from the video: - What is this video about? - How do you know which city it is? - What street is this? - What is the nearest intersection? """) prompt = """Answer the following questions using the video only: What is this video about? How do you know which city it is? What street is this? What is the nearest intersection? Answer the following questions using a table format with the questions and answers as columns. """ tab1, tab2 = st.tabs(["Response", "Prompt"]) video_geolocation_description = st.button("Generate", key="video_geolocation_description") with tab1: if video_geolocation_description and prompt: with st.spinner("Generating location information"): response = get_gemini_pro_vision_response(multimodal_model_pro, [prompt, video_geolocation_vid]) st.markdown(response) logging.info(response) with tab2: st.write("Prompt used:") st.write(prompt,"\n","{video_data}") EOF

Yan Bin C. · 2년 초과 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.