arad1367 commited on
Commit
34d3a3a
1 Parent(s): be3bd43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,8 +32,9 @@ iface = gr.Interface(
32
  fn=generate_response,
33
  inputs=[gr.Image(type="pil"), "text"],
34
  outputs="text",
35
- title="Visual Question Answering",
36
  description="Input an image and a question related to the image to receive a response.",
 
37
  )
38
 
39
  # Launch the app
 
32
  fn=generate_response,
33
  inputs=[gr.Image(type="pil"), "text"],
34
  outputs="text",
35
+ title="Visual Question Answering - Financial charts analysis",
36
  description="Input an image and a question related to the image to receive a response.",
37
+ theme='abidlabs/dracula_revamped'
38
  )
39
 
40
  # Launch the app