TrLOX commited on
Commit
7221d92
1 Parent(s): 6b09d9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ def text_generation(keywords, 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")],
 
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")],