jayparmar0109 commited on
Commit
3dd7e05
·
verified ·
1 Parent(s): 5371a90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, timeout=60)
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)