Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,11 +30,11 @@ def bardChat(data):
|
|
| 30 |
# print(answer)
|
| 31 |
return answer
|
| 32 |
|
| 33 |
-
def responsenew(data):
|
| 34 |
-
|
| 35 |
|
| 36 |
gradio_interface = gradio.Interface(
|
| 37 |
-
fn =
|
| 38 |
inputs = "text",
|
| 39 |
outputs = "text"
|
| 40 |
)
|
|
|
|
| 30 |
# print(answer)
|
| 31 |
return answer
|
| 32 |
|
| 33 |
+
# def responsenew(data):
|
| 34 |
+
# return bardChat(data)
|
| 35 |
|
| 36 |
gradio_interface = gradio.Interface(
|
| 37 |
+
fn = bardChat,
|
| 38 |
inputs = "text",
|
| 39 |
outputs = "text"
|
| 40 |
)
|