fengfeng2 commited on
Commit
172935f
·
1 Parent(s): fbf1685
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def test(text):
30
  demo = gr.Interface(
31
  fn=test,
32
  inputs=["text"],
33
- outputs=["image"],
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)