Update app.py
Browse files
app.py
CHANGED
|
@@ -19,6 +19,7 @@ def text_generation(keywords, domain):
|
|
| 19 |
title = "TDK GPT2"
|
| 20 |
description = "Title and description generation by keywords"
|
| 21 |
|
|
|
|
| 22 |
gr.Interface(
|
| 23 |
text_generation,
|
| 24 |
[gr.inputs.Textbox(default='test 1,test 2',lines=2, label="Enter keywords"), gr.inputs.Textbox(lines=2, default='test.com',label="Enter domain")],
|
|
|
|
| 19 |
title = "TDK GPT2"
|
| 20 |
description = "Title and description generation by keywords"
|
| 21 |
|
| 22 |
+
|
| 23 |
gr.Interface(
|
| 24 |
text_generation,
|
| 25 |
[gr.inputs.Textbox(default='test 1,test 2',lines=2, label="Enter keywords"), gr.inputs.Textbox(lines=2, default='test.com',label="Enter domain")],
|