Spaces:
Runtime error
Runtime error
Commit
·
043214e
1
Parent(s):
b943b58
Update app.py
Browse files
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)
|