gamza commited on
Commit
c2cf52d
·
1 Parent(s): 4e54969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def response(message):
22
 
23
 
24
  gr.Interface(
25
- fn=predict,
26
  title=title,
27
  description=description,
28
  examples=examples,
 
22
 
23
 
24
  gr.Interface(
25
+ fn=response,
26
  title=title,
27
  description=description,
28
  examples=examples,