ldhldh commited on
Commit
36a4af1
β€’
1 Parent(s): 01d1dd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def res(x, id, cdata, url):
86
  with gr.Blocks() as demo:
87
  count = 0
88
  aa = gr.Interface(
89
- fn=chat,
90
  inputs=["text","text", "text", "text"],
91
  outputs="text",
92
  description="chat",
 
86
  with gr.Blocks() as demo:
87
  count = 0
88
  aa = gr.Interface(
89
+ fn=res,
90
  inputs=["text","text", "text", "text"],
91
  outputs="text",
92
  description="chat",