Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|