Spaces:
Runtime error
Runtime error
Commit
·
c0006ba
1
Parent(s):
667b3c7
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,6 +38,7 @@ io = gr.Interface(
|
|
| 38 |
gr.Textbox(lines=3, label="T5")
|
| 39 |
],
|
| 40 |
title=title,
|
| 41 |
-
description=description
|
|
|
|
| 42 |
)
|
| 43 |
io.launch()
|
|
|
|
| 38 |
gr.Textbox(lines=3, label="T5")
|
| 39 |
],
|
| 40 |
title=title,
|
| 41 |
+
description=description,
|
| 42 |
+
examples=examples
|
| 43 |
)
|
| 44 |
io.launch()
|