Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
1464 |
|
|
|
1460 |
|
1461 |
# Launch the app
|
1462 |
if __name__ == "__main__":
|
1463 |
+
demo.launch()
|
1464 |
|