ReacherTN commited on
Commit
a70a846
·
1 Parent(s): 876f820

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,6 +38,7 @@ interface_video = gr.Interface(
38
  examples=video_path,
39
  cache_examples=False,
40
  )
 
41
  gr.TabbedInterface(
42
  [image_interface, interface_video],
43
  tab_names=['Image inference', 'Video inference']
 
38
  examples=video_path,
39
  cache_examples=False,
40
  )
41
+
42
  gr.TabbedInterface(
43
  [image_interface, interface_video],
44
  tab_names=['Image inference', 'Video inference']