Update app.py
Browse files
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=
|
| 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",
|