Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,5 +102,5 @@ if __name__ == "__main__":
|
|
| 102 |
title="Compute-Optimal Model Estimator",
|
| 103 |
description=description,
|
| 104 |
article=article,
|
| 105 |
-
live=
|
| 106 |
).launch()
|
|
|
|
| 102 |
title="Compute-Optimal Model Estimator",
|
| 103 |
description=description,
|
| 104 |
article=article,
|
| 105 |
+
live=False
|
| 106 |
).launch()
|