Spaces:
Paused
Paused
Commit ·
065ed91
1
Parent(s): 504bb98
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ iface = gr.Interface(
|
|
| 88 |
fn=cut_video,
|
| 89 |
inputs=[
|
| 90 |
gr.inputs.Textbox(lines=1, label="Link Video"),
|
| 91 |
-
gr.inputs.
|
| 92 |
gr.inputs.Textbox(lines=1, label="Start Time (HH:MM:SS.MS)"),
|
| 93 |
gr.inputs.Textbox(lines=1, label="End Time (HH:MM:SS.MS)"),
|
| 94 |
],
|
|
|
|
| 88 |
fn=cut_video,
|
| 89 |
inputs=[
|
| 90 |
gr.inputs.Textbox(lines=1, label="Link Video"),
|
| 91 |
+
gr.inputs.Textbox(lines=1, label="Resolusi"),
|
| 92 |
gr.inputs.Textbox(lines=1, label="Start Time (HH:MM:SS.MS)"),
|
| 93 |
gr.inputs.Textbox(lines=1, label="End Time (HH:MM:SS.MS)"),
|
| 94 |
],
|