Archenar commited on
Commit
7a7bffb
·
unverified ·
1 Parent(s): 9fd40c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def cmdb_fb(a, b, c):
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():
 
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 {tuning}"
55
 
56
  with gr.Blocks(title="FFmo - FFmpeg Online", theme=gr.themes.Soft()) as main:
57
  with gr.Tabs():