Spaces:
Running
on
A10G
Running
on
A10G
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()
|