Spaces:
Runtime error
Runtime error
Commit
·
9507b6c
1
Parent(s):
e066130
debug files
Browse files
app.py
CHANGED
|
@@ -287,7 +287,6 @@ def sadtalker_demo():
|
|
| 287 |
)
|
| 288 |
video_list.change(lambda x: x, inputs=video_list, outputs=video_player)
|
| 289 |
with gr.Tab("Debug"):
|
| 290 |
-
with gr.Blocks() as demo:
|
| 291 |
directory_input = gr.Textbox(label="Enter Directory Path", value=".")
|
| 292 |
file_list_output = gr.Textbox(label="Files", lines=10)
|
| 293 |
|
|
|
|
| 287 |
)
|
| 288 |
video_list.change(lambda x: x, inputs=video_list, outputs=video_player)
|
| 289 |
with gr.Tab("Debug"):
|
|
|
|
| 290 |
directory_input = gr.Textbox(label="Enter Directory Path", value=".")
|
| 291 |
file_list_output = gr.Textbox(label="Files", lines=10)
|
| 292 |
|