SPACERUNNER99 commited on
Commit
359fdd1
·
verified ·
1 Parent(s): 088d100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks() as demo:
163
  btn = gr.Button("Create")
164
  btn.click(
165
  fn=translate,
166
- inputs=[srt_file, max_chars]
167
  outputs=subtitle_file,
168
  )
169
 
 
163
  btn = gr.Button("Create")
164
  btn.click(
165
  fn=translate,
166
+ inputs=[srt_file, max_chars],
167
  outputs=subtitle_file,
168
  )
169