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

Update app.py

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