Spaces:
Runtime error
Runtime error
no message
Browse files
app.py
CHANGED
@@ -32,6 +32,5 @@ def echo(text, request: gr.Request):
|
|
32 |
io = gr.Interface(
|
33 |
fn = echo,
|
34 |
inputs = "textarea",
|
35 |
-
outputs = "json"
|
36 |
-
examples = EXAMPLES
|
37 |
).launch(share=True)
|
|
|
32 |
io = gr.Interface(
|
33 |
fn = echo,
|
34 |
inputs = "textarea",
|
35 |
+
outputs = "json"
|
|
|
36 |
).launch(share=True)
|