Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|