Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
e79d680
1
Parent(s):
2245991
Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,5 @@ def main():
|
|
274 |
run_command_button.click(execute_command, inputs=command_input, outputs=command_output)
|
275 |
preview_button.click(preview_project, outputs=project_output)
|
276 |
|
277 |
-
demo.launch()
|
278 |
-
|
279 |
if __name__ == "__main__":
|
280 |
-
main()
|
|
|
274 |
run_command_button.click(execute_command, inputs=command_input, outputs=command_output)
|
275 |
preview_button.click(preview_project, outputs=project_output)
|
276 |
|
|
|
|
|
277 |
if __name__ == "__main__":
|
278 |
+
main(demo.launch())
|