Spaces:
Sleeping
Sleeping
Remove vertical layout
Browse files
app.py
CHANGED
@@ -53,8 +53,7 @@ iface = gr.Interface(
|
|
53 |
description=description,
|
54 |
examples=[[e] for e in examples],
|
55 |
cache_examples="lazy",
|
56 |
-
theme="dark-gradients"
|
57 |
-
layout="vertical",
|
58 |
)
|
59 |
|
60 |
iface.dependencies[0]["show_progress"] = "hidden"
|
|
|
53 |
description=description,
|
54 |
examples=[[e] for e in examples],
|
55 |
cache_examples="lazy",
|
56 |
+
theme="dark-gradients"
|
|
|
57 |
)
|
58 |
|
59 |
iface.dependencies[0]["show_progress"] = "hidden"
|