nkasmanoff commited on
Commit
043214e
·
1 Parent(s): b943b58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -114,6 +114,7 @@ interface = gr.Interface(
114
  theme="grass",
115
  outputs=output,
116
  title=title,
 
117
 
118
  )
119
  interface.launch(debug=True)
 
114
  theme="grass",
115
  outputs=output,
116
  title=title,
117
+ description=description
118
 
119
  )
120
  interface.launch(debug=True)