AlexWortega commited on
Commit
66b99ed
1 Parent(s): a2de83d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ examples = [
39
  ["Как какать?"]
40
  ]
41
 
42
- iface = gr.Interface(fn=ans, inputs="text", outputs="text")
43
 
44
  if __name__ == "__main__":
45
  iface.launch()
 
39
  ["Как какать?"]
40
  ]
41
 
42
+ iface = gr.Interface(fn=ans, title=title, description=description, article=article, examples=examples, inputs="text", outputs="text")
43
 
44
  if __name__ == "__main__":
45
  iface.launch()