aka7774 commited on
Commit
86c18a4
1 Parent(s): 8d71f8e

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.fn_pke,
6
  inputs="text",
7
- outputs="text").launch()
8
 
9
  if __name__ == '__main__':
10
  demo.launch()
 
4
  demo = gr.Interface(
5
  fn=fn.fn_pke,
6
  inputs="text",
7
+ outputs="text")
8
 
9
  if __name__ == '__main__':
10
  demo.launch()