tykiww commited on
Commit
3239abe
·
verified ·
1 Parent(s): c7523f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def main(conf):
30
  info="Please include ",
31
  value=2)
32
  with gr.Row():
33
-
34
  name_input = gr.Textbox(label="Speaker name")
35
  support_details = gr.Textbox(label="Speaker Details")
36
 
 
30
  info="Please include ",
31
  value=2)
32
  with gr.Row():
33
+ print(num_speakers)
34
  name_input = gr.Textbox(label="Speaker name")
35
  support_details = gr.Textbox(label="Speaker Details")
36