da03 commited on
Commit
313c68d
1 Parent(s): 59a98a5
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,8 +146,8 @@ color_map = {"correct": "green", "wrong": "red"}
146
  demo = gr.Interface(
147
  fn=predict_product,
148
  inputs=[
149
- gr.Textbox(label='First Number (up to 20 digits)', value='123456789'),
150
- gr.Textbox(label='Second Number (up to 20 digits)', value='987654321'),
151
  ],
152
  outputs=[
153
  gr.HighlightedText(label='Ground Truth Product', combine_adjacent=False, show_legend=False, color_map=color_map),
 
146
  demo = gr.Interface(
147
  fn=predict_product,
148
  inputs=[
149
+ gr.Textbox(label='First Number (up to 20 digits)', value='12345678912345678912'),
150
+ gr.Textbox(label='Second Number (up to 20 digits)', value='98765432198765432198'),
151
  ],
152
  outputs=[
153
  gr.HighlightedText(label='Ground Truth Product', combine_adjacent=False, show_legend=False, color_map=color_map),