merve HF staff commited on
Commit
6296678
·
1 Parent(s): ffbc693

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ image_2 = gr.inputs.Image(type="filepath")
117
  text_1 = gr.inputs.Textbox(lines=5)
118
  text_2 = gr.inputs.Textbox(lines=5)
119
 
120
- examples = [['examples/image_1.png'], ['examples/text_1.txt'], ['examples/image_2.jpg'], ['examples/text_2.txt']]
121
 
122
  label = gr.outputs.Label()
123
 
 
117
  text_1 = gr.inputs.Textbox(lines=5)
118
  text_2 = gr.inputs.Textbox(lines=5)
119
 
120
+ examples = [['examples/image_1.png', 'examples/text_1.txt'], ['examples/image_2.jpg', 'examples/text_2.txt']]
121
 
122
  label = gr.outputs.Label()
123