ByteBrewer commited on
Commit
d04becb
1 Parent(s): 5351dcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -50,7 +50,6 @@ input_prompt = """
50
  You will receive input images as invoices &
51
  you will have to answer questions based on the uploaded invoice input image
52
  """
53
-
54
  if submit:
55
  image_data = input_image_setup(uploaded_file)
56
  response=get_gemini_response(input_prompt,image_data,input)
 
50
  You will receive input images as invoices &
51
  you will have to answer questions based on the uploaded invoice input image
52
  """
 
53
  if submit:
54
  image_data = input_image_setup(uploaded_file)
55
  response=get_gemini_response(input_prompt,image_data,input)