aka7774 commited on
Commit
5410406
1 Parent(s): 6dda94e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import fn
2
  import gradio as gr
3
 
4
  demo = gr.Interface(
5
- fn=fn_pke,
6
  inputs="text",
7
  outputs="text").launch()
8
 
 
2
  import gradio as gr
3
 
4
  demo = gr.Interface(
5
+ fn=fn.fn_pke,
6
  inputs="text",
7
  outputs="text").launch()
8