azamat commited on
Commit
0733663
·
1 Parent(s): ffdb835

Remove vertical layout

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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"