ezamorag commited on
Commit
e335a64
·
1 Parent(s): 3370550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -162,11 +162,12 @@ with gr.Blocks() as demo:
162
  button1.click(testing_directcounter, input1, output3)
163
  """
164
 
165
- with gr.Tab("Under development ..."):
166
  with gr.Row():
167
  input3 = gr.Video()
168
  output3 = gr.Video()
169
  button3 = gr.Button("Submit a video")
170
  button3.click(video_identity, input3, output3)
171
 
 
172
  demo.launch()
 
162
  button1.click(testing_directcounter, input1, output3)
163
  """
164
 
165
+ with gr.Tab("Under development"):
166
  with gr.Row():
167
  input3 = gr.Video()
168
  output3 = gr.Video()
169
  button3 = gr.Button("Submit a video")
170
  button3.click(video_identity, input3, output3)
171
 
172
+
173
  demo.launch()