Update app.py
Browse files
app.py
CHANGED
|
@@ -411,4 +411,4 @@ with gr.Blocks(title="Transcript Enhancer") as demo:
|
|
| 411 |
|
| 412 |
# Launch the app
|
| 413 |
if __name__ == "__main__":
|
| 414 |
-
demo.launch(max_file_size=5 * gr.FileSize.GB
|
|
|
|
| 411 |
|
| 412 |
# Launch the app
|
| 413 |
if __name__ == "__main__":
|
| 414 |
+
demo.launch(max_file_size=5 * gr.FileSize.GB) # Backend limit
|