Remove gr.TimeSeries() from demo/dataset/run.py (#6521)

* Remove gr.TimeSeries() from demo/dataset/run.py

* Run generate_notebooks.py
This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2023-11-22 02:03:01 +09:00 committed by GitHub
parent f94db6b731
commit 228d9d9f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -162,12 +162,6 @@ with gr.Blocks() as demo:
["Some value"],
],
)
t_2 = gr.TimeSeries(visible=False)
gr.Dataset(
components=[t_2],
label="TimeSeries",
samples=[[csv], [csv], [csv], [csv], [csv], [csv]],
)
v = gr.Video(visible=False)
gr.Dataset(
components=[v],