da03 commited on
Commit
513d0fe
·
1 Parent(s): 55529d1
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ def predict_product(num1, num2):
53
  demo = gr.Interface(
54
  fn=predict_product,
55
  inputs=[
56
- gr.Textbox(label='First Number (up to 9 digits)', value='12345'),
57
- gr.Textbox(label='Second Number (up to 9 digits)', value='67890'),
58
  ],
59
  outputs=[
60
  gr.Textbox(label='Raw Input to GPT-2'),
 
53
  demo = gr.Interface(
54
  fn=predict_product,
55
  inputs=[
56
+ gr.Textbox(label='First Number (up to 12 digits)', value='12345'),
57
+ gr.Textbox(label='Second Number (up to 12 digits)', value='67890'),
58
  ],
59
  outputs=[
60
  gr.Textbox(label='Raw Input to GPT-2'),