Lenylvt commited on
Commit
b29266d
·
verified ·
1 Parent(s): c4001d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def handle_file(file_info):
52
 
53
  iface = gr.Interface(
54
  fn=handle_file,
55
- inputs=gr.File(label="Upload SRT File", type="text"), # Specify file type as text
56
  outputs="text",
57
  title="SRT File Translation",
58
  concurrency_limit=20,
 
52
 
53
  iface = gr.Interface(
54
  fn=handle_file,
55
+ inputs=gr.File(label="Upload SRT File"),
56
  outputs="text",
57
  title="SRT File Translation",
58
  concurrency_limit=20,