sussahoo commited on
Commit
442b516
1 Parent(s): c0b3079

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text",
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,