Archenar
commited on
Update app.py
Browse files
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 {
|
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():
|