juziguaijiu commited on
Commit
10ebac9
·
verified ·
1 Parent(s): 15ec6b3

Update app.py

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