Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|