Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def response(message):
|
|
22 |
|
23 |
|
24 |
gr.Interface(
|
25 |
-
fn=
|
26 |
title=title,
|
27 |
description=description,
|
28 |
examples=examples,
|
|
|
22 |
|
23 |
|
24 |
gr.Interface(
|
25 |
+
fn=response,
|
26 |
title=title,
|
27 |
description=description,
|
28 |
examples=examples,
|