arad1367 commited on
Commit
6199b63
1 Parent(s): ebba846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,13 +37,13 @@ footer = """
37
  <a href="https://github.com/arad1367/Visual_QA_MiniCPM-Llama3-V-2_5_GradioApp" target="_blank">GitHub</a> |
38
  <a href="https://arad1367.pythonanywhere.com/" target="_blank">Live demo of my PhD defense</a>
39
  <br>
40
- Made with love by Pejman Ebrahimi
41
  </div>
42
  """
43
 
44
  # Create a Gradio interface using gr.Blocks
45
  with gr.Blocks(theme='abidlabs/dracula_revamped') as demo:
46
- gr.Markdown("Visual Question Answering - Financial charts analysis")
47
  gr.Markdown("Input an image and a question related to the image to receive a response.")
48
  image_input = gr.Image(type="pil", label="Image")
49
  question_input = gr.Textbox(label="Question")
 
37
  <a href="https://github.com/arad1367/Visual_QA_MiniCPM-Llama3-V-2_5_GradioApp" target="_blank">GitHub</a> |
38
  <a href="https://arad1367.pythonanywhere.com/" target="_blank">Live demo of my PhD defense</a>
39
  <br>
40
+ Made with 💖 by Pejman Ebrahimi
41
  </div>
42
  """
43
 
44
  # Create a Gradio interface using gr.Blocks
45
  with gr.Blocks(theme='abidlabs/dracula_revamped') as demo:
46
+ gr.Markdown("Visual Question Answering - Complete chart and image analysis")
47
  gr.Markdown("Input an image and a question related to the image to receive a response.")
48
  image_input = gr.Image(type="pil", label="Image")
49
  question_input = gr.Textbox(label="Question")