ezamorag commited on
Commit
6bc905e
·
1 Parent(s): 9c6869a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks() as demo:
154
  #button2 = gr.Button("Submit")
155
  button1.click(testing_yolocounter, input1, output2)
156
 
157
- with gr.Tab("Under development"):
158
  with gr.Row():
159
  input3 = gr.Video()
160
  output3 = gr.Video()
 
154
  #button2 = gr.Button("Submit")
155
  button1.click(testing_yolocounter, input1, output2)
156
 
157
+ with gr.Tab("Procesing on a video ...under development!"):
158
  with gr.Row():
159
  input3 = gr.Video()
160
  output3 = gr.Video()