PRUTHVIn commited on
Commit
636406a
·
verified ·
1 Parent(s): cd9dc88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  )
33
  ],
34
  outputs=gr.Textbox(label="Answer"),
35
- title="🧠 Smart Visual Question Answering System",
36
  theme="soft"
37
  )
38
 
 
32
  )
33
  ],
34
  outputs=gr.Textbox(label="Answer"),
35
+ title="Smart Visual Question Answering System",
36
  theme="soft"
37
  )
38