update example 1
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ demo = gr.Interface(
|
|
99 |
predict,
|
100 |
inputs=["text", "text"],
|
101 |
outputs=["markdown"],
|
102 |
-
examples=[["
|
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)
|