Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,6 @@ def responsenew(data):
|
|
38 |
gradio_interface = gradio.Interface(
|
39 |
fn = responsenew,
|
40 |
inputs = "text",
|
41 |
-
outputs = "text"
|
42 |
)
|
43 |
gradio_interface.launch()
|
|
|
38 |
gradio_interface = gradio.Interface(
|
39 |
fn = responsenew,
|
40 |
inputs = "text",
|
41 |
+
outputs = "text"
|
42 |
)
|
43 |
gradio_interface.launch()
|