ldhldh commited on
Commit
1098387
·
1 Parent(s): c5667e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def add(user_id, movie):
45
  with gr.Blocks() as demo:
46
  count = 0
47
  aa = gr.Interface(
48
- fn=chat,
49
  inputs=["text", "text", "text"],
50
  outputs="text",
51
  description="chat",
 
45
  with gr.Blocks() as demo:
46
  count = 0
47
  aa = gr.Interface(
48
+ fn=predict,
49
  inputs=["text", "text", "text"],
50
  outputs="text",
51
  description="chat",