shivanikerai commited on
Commit
86d9873
·
verified ·
1 Parent(s): 6f2a620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def generate_title_suggestions(keywords, product_info):
43
  # print(output_text)
44
  gr.Interface(
45
  generate_title_suggestions,
46
- inputs='text',
47
  outputs='text',
48
  title="Title Suggestion",
49
  ).launch()
 
43
  # print(output_text)
44
  gr.Interface(
45
  generate_title_suggestions,
46
+ inputs=['text','text'],
47
  outputs='text',
48
  title="Title Suggestion",
49
  ).launch()