Update app.py
Browse files
app.py
CHANGED
|
@@ -59,6 +59,6 @@ input_prompt = """
|
|
| 59 |
|
| 60 |
if submit:
|
| 61 |
image_data = input_image_setup(uploaded_file)
|
| 62 |
-
response=get_gemini_response(input_prompt,image_data,input,
|
| 63 |
st.subheader("The Response is")
|
| 64 |
st.write(response)
|
|
|
|
| 59 |
|
| 60 |
if submit:
|
| 61 |
image_data = input_image_setup(uploaded_file)
|
| 62 |
+
response=get_gemini_response(input_prompt,image_data,input, TimeoutError=60)
|
| 63 |
st.subheader("The Response is")
|
| 64 |
st.write(response)
|