Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,5 @@ iface = gr.Interface(
|
|
18 |
inputs=gr.inputs.Slider(0, len(ds['train']) - 1, step=1, default=0, label="Sample Index"),
|
19 |
outputs=[gr.outputs.Textbox(label="Video URL"), gr.outputs.Textbox(label="Description")]
|
20 |
)
|
21 |
-
|
22 |
# 运行界面
|
23 |
iface.launch()
|
|
|
18 |
inputs=gr.inputs.Slider(0, len(ds['train']) - 1, step=1, default=0, label="Sample Index"),
|
19 |
outputs=[gr.outputs.Textbox(label="Video URL"), gr.outputs.Textbox(label="Description")]
|
20 |
)
|
|
|
21 |
# 运行界面
|
22 |
iface.launch()
|