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

Update app.py

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