Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,10 @@ def gpu_wrapped_stf_pipeline_execute(audio_path):
|
|
67 |
stf_pipeline = STFPipeline()
|
68 |
driving_video_path=gr.Video()
|
69 |
|
|
|
|
|
|
|
|
|
70 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
71 |
with gr.Row():
|
72 |
stf_button = gr.Button("stf test", variant="primary")
|
|
|
67 |
stf_pipeline = STFPipeline()
|
68 |
driving_video_path=gr.Video()
|
69 |
|
70 |
+
# set tyro theme
|
71 |
+
tyro.extras.set_accent_color("bright_cyan")
|
72 |
+
args = tyro.cli(ArgumentConfig)
|
73 |
+
|
74 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
75 |
with gr.Row():
|
76 |
stf_button = gr.Button("stf test", variant="primary")
|