Spaces:
Runtime error
Runtime error
Commit
·
7e9295f
1
Parent(s):
4846f75
Update app.py
Browse files
app.py
CHANGED
@@ -43,10 +43,10 @@ def video_editor(name, author, font, filter, video_file):
|
|
43 |
|
44 |
# Define the inputs and outputs for Gradio app
|
45 |
inputs = [
|
46 |
-
gr.
|
47 |
-
gr.
|
48 |
-
gr.
|
49 |
-
gr.
|
50 |
gr.inputs.File(label="Video File")
|
51 |
]
|
52 |
|
|
|
43 |
|
44 |
# Define the inputs and outputs for Gradio app
|
45 |
inputs = [
|
46 |
+
gr.Textbox(label="Video Name"),
|
47 |
+
gr.Textbox(label="Author Name"),
|
48 |
+
gr.Radio(["Arial", "barbie", "mrbeast", "planetcoaster"], label="Font"),
|
49 |
+
gr.Radio(["blur", "rotate", "resize", "mirror"], label="Filter"),
|
50 |
gr.inputs.File(label="Video File")
|
51 |
]
|
52 |
|