jayparmar0109 commited on
Commit
5371a90
·
verified ·
1 Parent(s): 6f8e8a6

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)
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, timeout=60)
63
  st.subheader("The Response is")
64
  st.write(response)