Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,8 +130,10 @@ def process_video(
|
|
| 130 |
progress(1.0, desc="Complete!")
|
| 131 |
return output_path
|
| 132 |
|
| 133 |
-
|
| 134 |
-
|
|
|
|
|
|
|
| 135 |
gr.Markdown(f"""# 🎬 Lucy Edit - AI Video Editing""")
|
| 136 |
|
| 137 |
with gr.Row():
|
|
|
|
| 130 |
progress(1.0, desc="Complete!")
|
| 131 |
return output_path
|
| 132 |
|
| 133 |
+
css = '''
|
| 134 |
+
.fillable{max-width: 900px !important}
|
| 135 |
+
'''
|
| 136 |
+
with gr.Blocks(title="Lucy Edit - Video Editing with Text", css=css) as demo:
|
| 137 |
gr.Markdown(f"""# 🎬 Lucy Edit - AI Video Editing""")
|
| 138 |
|
| 139 |
with gr.Row():
|