aka7774 commited on
Commit
2ba2121
1 Parent(s): 155d11b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  demo = gr.Interface(
5
  fn=fn.run,
6
  inputs="text",
7
- outputs=["text","text"]).launch()
8
 
9
  if __name__ == '__main__':
10
  demo.launch()
 
4
  demo = gr.Interface(
5
  fn=fn.run,
6
  inputs="text",
7
+ outputs=["text","text"])
8
 
9
  if __name__ == '__main__':
10
  demo.launch()