jhj0517
commited on
Commit
·
7f743c5
1
Parent(s):
1c0c4f5
Update button design
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ class App:
|
|
107 |
vid_params = self.create_video_parameters()
|
108 |
|
109 |
with gr.Row():
|
110 |
-
btn_gen = gr.Button(_("GENERATE"))
|
111 |
with gr.Row(equal_height=True):
|
112 |
with gr.Column(scale=9):
|
113 |
vid_out = gr.Video(label=_("Output Video"), scale=9)
|
|
|
107 |
vid_params = self.create_video_parameters()
|
108 |
|
109 |
with gr.Row():
|
110 |
+
btn_gen = gr.Button(_("GENERATE"), variant="primary")
|
111 |
with gr.Row(equal_height=True):
|
112 |
with gr.Column(scale=9):
|
113 |
vid_out = gr.Video(label=_("Output Video"), scale=9)
|