rajistics commited on
Commit
b25499c
·
1 Parent(s): 5b24e58

added more examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,5 +37,5 @@ with demo:
37
  b2 = gr.Button("Translation")
38
  out1 = gr.Textbox()
39
  b2.click(translation, inputs=[text,target], outputs=out1)
40
- examples = gr.Examples(examples=[[003.jpg]],inputs=[image_file])
41
  demo.launch()
 
37
  b2 = gr.Button("Translation")
38
  out1 = gr.Textbox()
39
  b2.click(translation, inputs=[text,target], outputs=out1)
40
+ examples = gr.Examples(examples=[["003.jpg"],["126.jpg"],["401.jpg"],inputs=[image_file])
41
  demo.launch()