Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ description = "LSTM based item recomendation."
|
|
145 |
article = "<p style='text-align: center'></p>"
|
146 |
|
147 |
iface = gr.Interface(fn=process_text,
|
148 |
-
inputs="
|
149 |
outputs="text",
|
150 |
title=title,
|
151 |
description=description,
|
|
|
145 |
article = "<p style='text-align: center'></p>"
|
146 |
|
147 |
iface = gr.Interface(fn=process_text,
|
148 |
+
inputs=gr.Textbox(placeholder="Audio-Visual, Electrical, Heating, Interior Shutters, Low Voltage"),
|
149 |
outputs="text",
|
150 |
title=title,
|
151 |
description=description,
|