Spaces:
Configuration error
Configuration error
pranav13081999
commited on
Update and rename multimodal_gradio.py to app.py
Browse files
multimodal_gradio.py → app.py
RENAMED
@@ -40,4 +40,4 @@ if uploaded_file is not None and query:
|
|
40 |
elif file_type.startswith("image"):
|
41 |
image_query_response = handle_image_query(file_path, query, GOOGLE_API_KEY)
|
42 |
st.header("Image Query Response")
|
43 |
-
st.write(image_query_response)
|
|
|
40 |
elif file_type.startswith("image"):
|
41 |
image_query_response = handle_image_query(file_path, query, GOOGLE_API_KEY)
|
42 |
st.header("Image Query Response")
|
43 |
+
st.write(image_query_response)
|