tykiww commited on
Commit
d25a92c
1 Parent(s): 4631e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")