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