0x7o commited on
Commit
f5249eb
Β·
verified Β·
1 Parent(s): d6eb62f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(text):
13
  return pipe(text)
14
 
15
  demo = gr.Interface(
16
- fn=greet,
17
  inputs=["text"],
18
  outputs=["text"],
19
  )
 
13
  return pipe(text)
14
 
15
  demo = gr.Interface(
16
+ fn=predict,
17
  inputs=["text"],
18
  outputs=["text"],
19
  )