not-lain commited on
Commit
bbd4f95
·
1 Parent(s): 1e8af48

update example 1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ demo = gr.Interface(
99
  predict,
100
  inputs=["text", "text"],
101
  outputs=["markdown"],
102
- examples=[["1,2,3,3,3", "5,3,7"], ["1,2,3", "5,2,7"]],
103
  )
104
 
105
  demo.launch(debug=True)
 
99
  predict,
100
  inputs=["text", "text"],
101
  outputs=["markdown"],
102
+ examples=[["9,2,1,3,3", "5,3,7"], ["1,2,3", "5,2,7"]],
103
  )
104
 
105
  demo.launch(debug=True)