Update app.py
Browse files
app.py
CHANGED
|
@@ -157,6 +157,7 @@ iface = gr.Interface(
|
|
| 157 |
gr.Textbox(),
|
| 158 |
gr.Textbox(),
|
| 159 |
gr.Textbox(),
|
|
|
|
| 160 |
],
|
| 161 |
outputs=gr.Textbox(),
|
| 162 |
title = "GPT-2 Powered MTG Card Generator",
|
|
|
|
| 157 |
gr.Textbox(),
|
| 158 |
gr.Textbox(),
|
| 159 |
gr.Textbox(),
|
| 160 |
+
gr.Checkbox()
|
| 161 |
],
|
| 162 |
outputs=gr.Textbox(),
|
| 163 |
title = "GPT-2 Powered MTG Card Generator",
|