geekgirl3 commited on
Commit
bd3e2ea
·
verified ·
1 Parent(s): b0a3482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1460,5 +1460,5 @@ with gr.Blocks(title="Binary Matrix Feedback Transformer", css="""
1460
 
1461
  # Launch the app
1462
  if __name__ == "__main__":
1463
- demo.launch(max_file_size="50mb")
1464
 
 
1460
 
1461
  # Launch the app
1462
  if __name__ == "__main__":
1463
+ demo.launch()
1464