Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def responsenew(data):
|
|
| 35 |
return bardChat(data)
|
| 36 |
|
| 37 |
|
| 38 |
-
gradio_interface =
|
| 39 |
fn = responsenew,
|
| 40 |
inputs = "text",
|
| 41 |
outputs = "text"
|
|
|
|
| 35 |
return bardChat(data)
|
| 36 |
|
| 37 |
|
| 38 |
+
gradio_interface = gr.Interface(
|
| 39 |
fn = responsenew,
|
| 40 |
inputs = "text",
|
| 41 |
outputs = "text"
|