'1'
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def test(text):
|
|
30 |
demo = gr.Interface(
|
31 |
fn=test,
|
32 |
inputs=["text"],
|
33 |
-
outputs=["
|
34 |
)
|
35 |
|
36 |
demo.launch(share=True)
|
|
|
30 |
demo = gr.Interface(
|
31 |
fn=test,
|
32 |
inputs=["text"],
|
33 |
+
outputs=["text"],
|
34 |
)
|
35 |
|
36 |
demo.launch(share=True)
|