merve HF staff commited on
Commit
1e3d1d2
β€’
1 Parent(s): eb53327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ examples = [['examples/image_1.png', 'examples/text_1.txt'], ['examples/image_2.
122
  label = gr.outputs.Label()
123
 
124
  iface = gr.Interface(classify_info,
125
- inputs=[image, text], outputs=label,
126
  examples = examples,
127
  title="Multimodal Entailment Keras",
128
  description = "Model for classifying whether image and text from one scenario complements the image and text from another scenario. They can be contradictory, implied or no entailment",
 
122
  label = gr.outputs.Label()
123
 
124
  iface = gr.Interface(classify_info,
125
+ inputs=[image_1, text_1], outputs=label,
126
  examples = examples,
127
  title="Multimodal Entailment Keras",
128
  description = "Model for classifying whether image and text from one scenario complements the image and text from another scenario. They can be contradictory, implied or no entailment",