Spaces:
Runtime error
Runtime error
sincostanx
commited on
Commit
•
c790eb8
1
Parent(s):
2b4e6ab
fix minor bug
Browse files
app.py
CHANGED
@@ -217,4 +217,4 @@ if __name__ == "__main__":
|
|
217 |
buttons["PLMS"].click(run_plms_demo, inputs=inputs["PLMS"], outputs=outputs["PLMS"])
|
218 |
buttons["GHVB"].click(run_ghvb_demo, inputs=inputs["GHVB"], outputs=outputs["GHVB"])
|
219 |
|
220 |
-
demo.launch(
|
|
|
217 |
buttons["PLMS"].click(run_plms_demo, inputs=inputs["PLMS"], outputs=outputs["PLMS"])
|
218 |
buttons["GHVB"].click(run_ghvb_demo, inputs=inputs["GHVB"], outputs=outputs["GHVB"])
|
219 |
|
220 |
+
demo.launch()
|