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