Spaces:
Running
on
Zero
Running
on
Zero
da03
commited on
Commit
·
513d0fe
1
Parent(s):
55529d1
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
|
57 |
-
gr.Textbox(label='Second Number (up to
|
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'),
|