YinuoGuo27 commited on
Commit
b94aa8f
·
verified ·
1 Parent(s): e88cdba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -60,7 +60,8 @@ def main():
60
  device = "cuda"
61
  else:
62
  device = "cpu"
63
-
 
64
  with gr.Blocks(analytics_enabled=False) as interface:
65
  with gr.Row():
66
  gr.Markdown(
@@ -74,8 +75,6 @@ def main():
74
  </div>
75
  """
76
  )
77
- driven_audio_type = gr.Textbox(value="upload", visible=False)
78
- reference_audio_type = gr.Textbox(value="upload", visible=False)
79
  with gr.Row():
80
  with gr.Column(variant="panel"):
81
  with gr.Tabs(elem_id="kdtalker_source_image"):
 
60
  device = "cuda"
61
  else:
62
  device = "cpu"
63
+ driven_audio_type = gr.Textbox(value="upload", visible=False)
64
+ reference_audio_type = gr.Textbox(value="upload", visible=False)
65
  with gr.Blocks(analytics_enabled=False) as interface:
66
  with gr.Row():
67
  gr.Markdown(
 
75
  </div>
76
  """
77
  )
 
 
78
  with gr.Row():
79
  with gr.Column(variant="panel"):
80
  with gr.Tabs(elem_id="kdtalker_source_image"):