Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def main(conf):
|
|
37 |
datatype=["str", "str"],
|
38 |
row_count=(5,"dynamic"),
|
39 |
col_count=(2, "fixed"),
|
40 |
-
)
|
41 |
|
42 |
process_button = gr.Button("Process")
|
43 |
diarization_output = gr.Textbox(label="Diarization Output")
|
|
|
37 |
datatype=["str", "str"],
|
38 |
row_count=(5,"dynamic"),
|
39 |
col_count=(2, "fixed"),
|
40 |
+
)
|
41 |
|
42 |
process_button = gr.Button("Process")
|
43 |
diarization_output = gr.Textbox(label="Diarization Output")
|