nitinbhayana commited on
Commit
063e402
1 Parent(s): 3610f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def predict1(text):
25
  return(text)
26
 
27
  gradio_app = gr.Interface(
28
- predict1,
29
  inputs='text',
30
  outputs='text',
31
  title="Keyword Score",
 
25
  return(text)
26
 
27
  gradio_app = gr.Interface(
28
+ predict,
29
  inputs='text',
30
  outputs='text',
31
  title="Keyword Score",