yerang commited on
Commit
7d6aaa0
·
verified ·
1 Parent(s): a42b1d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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")