pranav13081999 commited on
Commit
3549715
·
unverified ·
1 Parent(s): 33d7a7e

Update and rename multimodal_gradio.py to app.py

Browse files
Files changed (1) hide show
  1. multimodal_gradio.py → app.py +1 -1
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)