Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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,
|