Spaces:
Runtime error
Runtime error
dafajudin
commited on
Commit
·
10988ef
1
Parent(s):
6222a14
update code
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ with gr.Blocks(
|
|
| 135 |
outputs=[history_gallery]
|
| 136 |
)
|
| 137 |
|
| 138 |
-
gr.Markdown("##
|
| 139 |
with gr.Row():
|
| 140 |
with gr.Column():
|
| 141 |
gr.Examples(
|
|
|
|
| 135 |
outputs=[history_gallery]
|
| 136 |
)
|
| 137 |
|
| 138 |
+
gr.Markdown("## Example of Input with Text")
|
| 139 |
with gr.Row():
|
| 140 |
with gr.Column():
|
| 141 |
gr.Examples(
|