howard-hou commited on
Commit
f5a060d
1 Parent(s): b632451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ examples = [
101
  ]
102
  ]
103
  def test(image, question):
104
- print(image, question)
105
  return question
106
  demo = gr.Interface(fn=test,
107
  inputs=["image", "text"],
 
101
  ]
102
  ]
103
  def test(image, question):
104
+ print(image.shape, question)
105
  return question
106
  demo = gr.Interface(fn=test,
107
  inputs=["image", "text"],