stale2000 commited on
Commit
2b76f64
1 Parent(s): f3a7387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,7 +29,8 @@ def predict(input, manual_query_repacement, history=[]):
29
 
30
 
31
  gr.Interface(fn=predict,
32
- inputs=["text","text",'state'],
 
33
 
34
  outputs=["chatbot",'state']).launch()
35
 
 
29
 
30
 
31
  gr.Interface(fn=predict,
32
+ inputText= gradio.Textbox(value="tmp")
33
+ inputs=[inputText,"text",'state'],
34
 
35
  outputs=["chatbot",'state']).launch()
36