Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ def process_video(
|
|
| 131 |
return output_path
|
| 132 |
|
| 133 |
css = '''
|
| 134 |
-
.fillable{max-width:
|
| 135 |
'''
|
| 136 |
with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
|
| 137 |
gr.HTML(f"""<p align="center">
|
|
|
|
| 131 |
return output_path
|
| 132 |
|
| 133 |
css = '''
|
| 134 |
+
.fillable{max-width: 1100px !important}
|
| 135 |
'''
|
| 136 |
with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
|
| 137 |
gr.HTML(f"""<p align="center">
|