Archenar commited on
Commit
0c3bab8
·
unverified ·
1 Parent(s): d601a16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,11 +49,11 @@ def cmdb_fb(a, b, c):
49
 
50
  # Command Builder: Advanced
51
  def cmdb_adv(a, b):
52
- tuning = c.split(" –")[0]
53
  gr.Textbox.update(value=f"-preset {a} -tune {b}")
54
  # return f"-preset {a} -tune {b}"
55
 
56
- with gr.Blocks(title="FFmo - FFmpeg Online") as main:
57
  with gr.Tabs():
58
  with gr.TabItem("Smooth Interpolation"):
59
  with gr.Row():
 
49
 
50
  # Command Builder: Advanced
51
  def cmdb_adv(a, b):
52
+ tuning = b.split(" –")[0]
53
  gr.Textbox.update(value=f"-preset {a} -tune {b}")
54
  # return f"-preset {a} -tune {b}"
55
 
56
+ with gr.Blocks(title="FFmo - FFmpeg Online", theme=gr.themes.Soft()) as main:
57
  with gr.Tabs():
58
  with gr.TabItem("Smooth Interpolation"):
59
  with gr.Row():