Illia56 commited on
Commit
8872449
·
1 Parent(s): 932137f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ interface = gr.Interface(
62
  ],
63
  outputs="text",
64
  live=True,
65
- title=TITLE,
66
- description=DESCRIPTION
67
  )
68
 
69
  interface.launch()
 
62
  ],
63
  outputs="text",
64
  live=True,
65
+ title=title,
66
+ description=description
67
  )
68
 
69
  interface.launch()