Spaces:
Running
on
Zero
Running
on
Zero
da03
commited on
Commit
·
b423680
1
Parent(s):
513d0fe
app.py
CHANGED
@@ -57,8 +57,8 @@ demo = gr.Interface(
|
|
57 |
gr.Textbox(label='Second Number (up to 12 digits)', value='67890'),
|
58 |
],
|
59 |
outputs=[
|
60 |
-
gr.Textbox(label='Raw Input to GPT-2'),
|
61 |
-
gr.Textbox(label='Raw Output from GPT-2'),
|
62 |
gr.Textbox(label='Predicted Product'),
|
63 |
gr.HTML(label='Result Message')
|
64 |
],
|
|
|
57 |
gr.Textbox(label='Second Number (up to 12 digits)', value='67890'),
|
58 |
],
|
59 |
outputs=[
|
60 |
+
gr.Textbox(label='Raw Input to GPT-2 (reversed digits and added spaces)'),
|
61 |
+
gr.Textbox(label='Raw Output from GPT-2 (reversed digits and with spaces)'),
|
62 |
gr.Textbox(label='Predicted Product'),
|
63 |
gr.HTML(label='Result Message')
|
64 |
],
|