Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ interface = gr.Interface(
|
|
29 |
outputs=gr.Text(),
|
30 |
description=description,
|
31 |
title=title,
|
32 |
-
examples=examples
|
33 |
-
layout="vertical" # Set the layout to vertical
|
34 |
)
|
35 |
|
36 |
interface.launch()
|
|
|
29 |
outputs=gr.Text(),
|
30 |
description=description,
|
31 |
title=title,
|
32 |
+
examples=examples
|
|
|
33 |
)
|
34 |
|
35 |
interface.launch()
|